Giter Site home page Giter Site logo

crx-to-xpi's Introduction

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 uses an WebExtension API that hasn't been supported by Firefox.
  • Allowing the source code of the 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/

crx-to-xpi's People

Contributors

bobby1030 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

crx-to-xpi's Issues

SyntaxError: Unexpected token

nodejs /usr/local/lib/node_modules/crx-to-xpi/src/crx-to-xpi.js ext.crx 
/usr/local/lib/node_modules/crx-to-xpi/src/crx-to-xpi.js:11
var log = (type = 'status', content) => {
                ^

SyntaxError: Unexpected token =
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:374:25)
    at Object.Module._extensions..js (module.js:417:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Function.Module.runMain (module.js:442:10)
    at startup (node.js:136:18)
    at node.js:966:3

nodejs --version
v4.2.6

Uncaught (in promise) Error: Unexpected crx format version number

$ crx-to-xpi /Users/myusername/Downloads/extension_1_4_137_0.crx
Error: Failed to unpack CRX file
Uncaught (in promise) Error: Unexpected crx format version number.
at crxToZip (/usr/local/lib/node_modules/crx-to-xpi/node_modules/unzip-crx/dist/index.js:37:15)
at /usr/local/lib/node_modules/crx-to-xpi/node_modules/unzip-crx/dist/index.js:57:32
at callHanler (/usr/local/lib/node_modules/crx-to-xpi/node_modules/yaku/lib/yaku.js:719:16)
at tryCatcher (/usr/local/lib/node_modules/crx-to-xpi/node_modules/yaku/lib/yaku.js:436:32)
at /usr/local/lib/node_modules/crx-to-xpi/node_modules/yaku/lib/yaku.js:575:38
at flush (/usr/local/lib/node_modules/crx-to-xpi/node_modules/yaku/lib/yaku.js:478:17)
at processTicksAndRejections (internal/process/task_queues.js:75:11)

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.