0.1.1 • Published 3 years ago

browser-extension v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Nunet Browser Extension

For Chrome browser

  1. Clone the repo
  2. Go to chrome://extensions/
  3. Enable Developer Mode, on the right side
  4. Click Load upacked button, on the left side
  5. choose the build folder
  6. then you will get the extension icon on the app-bar

To build and test

  1. clone the repo
  2. cd browser-extension/
  3. npm install
  4. npm run build
  5. go to chrome://extensions/ and load the build folder as steps in above