Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-masche/recoverer-firefox-extension
https://github.com/f-masche/recoverer-firefox-extension
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/f-masche/recoverer-firefox-extension
- Owner: f-masche
- Created: 2014-12-10T18:17:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T18:18:39.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T17:55:12.998Z (2 months ago)
- Language: JavaScript
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recoverer [![Build Status](https://travis-ci.org/f-masche/recoverer-firefox-extension.svg?branch=master)](https://travis-ci.org/pyche/recoverer-firefox-extension)
Recoverer is a Firefox-Extension that lets you log on to websites
using the password recovery function.
It generates a new secure password every time you login.For research purpose only, so don't expect everything to work smoothly.
Uses the GMail-API, so only GMail-Accounts are supported at the moment.##Currently supported websites
- amazon.de
- facebook.com
- github.com
- twitter.com## Build
This project uses Grunt to build the plugin.
### What you need
- Node.js >= 0.8.0
- Sass
`gem install sass`
- Firefox > 31
- Grunt
`npm install grunt-cli -g`
- install npm modules
`npm install`
- Add the paths of your firefox binary and profile to the config.json### Build the plugin
To build the plugin simply run `grunt build`, which will create a build folder with the xpi file.
You can run the unit tests via `grunt test`.
To run the extension just use `grunt`