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 --globalin comand line interface to install globallynpm install standard --save-devin command line interface to install locally
Running Standard Js
- go to root of project and type
standardif StandardJs is installed globally - go to root of project and type
npx standardif StandardJs is installed locally - Instead of installing it using npm, you can also use the extension available on VS Code
