Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnpoirier/foxify
Converts Chrome extensions to Firefox
https://github.com/bnpoirier/foxify
firefox firefox-addon firefox-extensions
Last synced: 11 days ago
JSON representation
Converts Chrome extensions to Firefox
- Host: GitHub
- URL: https://github.com/bnpoirier/foxify
- Owner: bnpoirier
- Created: 2018-08-14T13:51:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T15:43:13.000Z (10 months ago)
- Last Synced: 2024-08-01T16:48:04.415Z (3 months ago)
- Topics: firefox, firefox-addon, firefox-extensions
- Language: JavaScript
- Homepage: https://www.foxify.org
- Size: 718 KB
- Stars: 36
- Watchers: 0
- Forks: 8
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](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.