An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# diode_webext
[![Build Status](https://travis-ci.org/diodechain/diode_webext.svg?branch=master)](https://travis-ci.org/diodechain/diode_webext)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](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 nightly

https://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
```