0.0.6 • Published 7 years ago

crx-to-xpi v0.0.6

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

crx-to-xpi

A simple tool that can help you port WebExtensions to Firefox easily.

npm version

Dependencies

  • node
  • npm (or yarn, whatever)

Usage

npm install -g crx-to-xpi
crx-to-xpi your-addon.crx

TODO

  • Implement a better path processing method to support non-Unix-like environment.
  • Give some warnings when the extension use an WebExtension API that is not supported by Firefox.
  • Allow source code of extension to be used as input.

How does it work?

This project helps you declare gecko support in manifest.json, and then zip up the source code into .xpi format.
Reference: https://hacks.mozilla.org/2015/10/porting-chrome-extensions-to-firefox-with-webextensions/

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago