This is a mozilla firefox extension which tells the latest cryptocurrency rates.
You can get the original extension here. (The extension is only available for Mozilla Firefox)
Create a clone or download the code, whichever suits you best.
Install modules, go to the folder which has the files and run the below command
npm install
After all the modules are installed we need to build the extension
npm run build
The build folder will include all the necessary files we need for the extension. Now to run the extension locally on your firefox browser you need to follow the below steps.
- Go to
Add-ons and Themes
- Go to
Extensions
section - Click the settings icon on the
top-right
- Click on
Debug Add-ons
- Click on
Load Temporary Add-ons
and select in themanifest.json
file which is present in thebuild
folder
Your extension should be running locally.