https://github.com/diodechain/diode_webext
Diode webext plugin for firefox
https://github.com/diodechain/diode_webext
blockchain diode diodechain iot wasm web-ext webext
Last synced: 3 months ago
JSON representation
Diode webext plugin for firefox
- Host: GitHub
- URL: https://github.com/diodechain/diode_webext
- Owner: diodechain
- License: other
- Created: 2019-10-28T14:55:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:37:15.000Z (over 2 years ago)
- Last Synced: 2025-01-19T08:32:28.689Z (4 months ago)
- Topics: blockchain, diode, diodechain, iot, wasm, web-ext, webext
- Language: JavaScript
- Size: 1.01 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diode_webext
[](https://travis-ci.org/diodechain/diode_webext)
[](http://standardjs.com)Diode experimental webext plugin for Firefox.
> Note: it's experimental to use web-ext api in Firefox.
# Development
1. Download and install Firefox nightlyhttps://www.mozilla.org/en-US/firefox/channel/desktop/
2. Install packages
```BASH
$ npm i
```3. Build background script
```BASH
$ npm run build
```4. Start to debug in Firefox nightly browser
```BASH
$ npm start
```# Test background modules
```BASH
$ npm run test
```