Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladikoff/fxa-dev-extension
FxA Browser Extension for faster development
https://github.com/vladikoff/fxa-dev-extension
Last synced: 14 days ago
JSON representation
FxA Browser Extension for faster development
- Host: GitHub
- URL: https://github.com/vladikoff/fxa-dev-extension
- Owner: vladikoff
- License: mpl-2.0
- Created: 2015-11-24T22:06:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T18:04:59.000Z (about 9 years ago)
- Last Synced: 2024-10-19T00:24:19.170Z (3 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fxa-dev-extension
> FxA Browser Extension to make development faster
![](http://i.imgur.com/PwAjCkP.png)
## Usage
Press the "FxA" button on any FxA sign up page to create an account.
If you are developing locally you have to manually verify your account using the terminal, [read this](https://github.com/mozilla/fxa-local-dev#workflow).### Firefox
Hack up Firefox via `about:config`, set `xpinstall.signatures.required` to `false`. Drag the `.xpi` from `dist` into Firefox.
Coming soon: This extension should also be packaged with https://github.com/mozilla/fxa-local-dev when you use `npm start`
### Chrome
Load this project directory as an unpacked extension using `chrome://extensions/`.
![](http://i.imgur.com/C6bDvIq.gif)
## Contributing
> Install using `npm install`
### `npm run build`
Build the latest version into `dist/`.