bnpoirier / foxify

Converts Chrome extensions to Firefox

Home Page:https://www.foxify.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foxify

Download and makes Chrome Web Store extensions compatible with Mozilla Firefox.

🚩 This project is still in developement. The latest version is currently not online on https://www.foxify.org.

🚨 This tool needs Firefox to allow installation of unsigned extension. Only Firefox Nigthly and Firefox Developer Edition accept this, but you need to go to about:config and change the xpinstall.signatures.required to False

How to install it

  • Clone the repository
  • Copy/Paste the env.example and rename it to .env
  • Install all the packages by doing an npm install
  • Run the server : npm start
  • Open your browser and type localhost:3000

Commands

Command Description
npm run watch Build assets in development mode.
npm watch Runs the server in development mode.

About

Converts Chrome extensions to Firefox

https://www.foxify.org


Languages

Language:JavaScript 60.5%Language:HTML 20.7%Language:CSS 18.9%