Skip to content

bhavesh242/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 pull requests GitHub contributors DOI [Travis Build

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

Installation

  • Clone the repository using git clone https://github.com/bhavesh242/units_converter_extension
  • In the 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 added to the Chrome image
  • Screenshot of working of the extension image

Languages

  • JavaScript
  • HTML
  • CSS

Software Requirements

  • Node.js
  • NPM

Style Checker and Analyzer

Standard Js

Installation

  • npm install standard --global in comand line interface to install globally
  • npm install standard --save-dev in command line interface to install locally

Running Standard Js

  • go to root of project and type standard if StandardJs is installed globally
  • go to root of project and type npx standard if StandardJs is installed locally
  • Instead of installing it using npm, you can also use the extension available on VS Code

About

An extension that converts units for selected text

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published