项目作者: diodechain

项目描述 :
Diode webext plugin for firefox
高级语言: JavaScript
项目地址: git://github.com/diodechain/diode_webext.git
创建时间: 2019-10-28T14:55:11Z
项目社区:https://github.com/diodechain/diode_webext

开源协议:Other

下载


diode_webext

Build Status
js-standard-style

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/

  1. Install packages
  1. $ npm i
  1. Build background script
  1. $ npm run build
  1. Start to debug in Firefox nightly browser
  1. $ npm start

Test background modules

  1. $ npm run test