Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Google Chrome browser extension that converts highlighted measurements into other units

License

Notifications You must be signed in to change notification settings

se20z09/units_converter_extension

 
 

Repository files navigation

Smart Units Converter - Browser Extension

An extension that converts your selected values into popular units. Saves time, Makes life easier:dancer:

MIT license GitHub issues GitHub closed issues GitHub contributors code style: prettier Build Status Coverage Status Maintainability DOI

Click on the image below to preview the working of the extension
Alt text

Be sure to check out our Project 3 Materials for your experiment!

Installation

  • Clone the repository using git clone https://github.com/se20z09/units_converter_extension
  • In Google Chrome browser open chrome://extensions/
  • Enable Developer Settings if it is not enabled
  • Choose Load Unpacked
  • Select the repository folder that was cloned in the first step image
  • The extension will now be enabled in Google Chrome image
  • Screenshot of the extension in action:
    image

Languages

  • JavaScript
  • HTML
  • CSS

Documentation

Source documentation can be found at: Units Converter Extension Docs.

Software Requirements

Static Analysis Tools

IDE and Code Formatter

  • Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

Code Coverage

  • Istanbul with nyc - Local coverage
  • Coveralls - Continuous integration coverage
  • Code coverage is automatically output on every pull request via Coveralls bot and on every local test via the npm test script.
  • Installation: all necessary modules are installed by running npm install from the root directory of the repository.

Syntax Checker

Other Automated Tools

Installation

  • All dependencies and static analysis tools can be automatically installed by running npm install in the root of the cloned repo after installing Node.js

About

Google Chrome browser extension that converts highlighted measurements into other units

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.2%
  • CSS 0.8%