An extension that converts your selected values into popular units. Saves time, Makes life easier:dancer:
Click on the image below to preview the working of the extension
- 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
- The extension will now be added to the Chrome
- Screenshot of working of the extension
- JavaScript
- HTML
- CSS
- Node.js
- NPM
Installation
npm install standard --global
in comand line interface to install globallynpm 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