Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabwu/teampasswordmanager-webextention
:key: Team Password Manager Add-on for Firefox
https://github.com/fabwu/teampasswordmanager-webextention
firefox-addon firefox-extension teampasswordmanager webextension
Last synced: 26 days ago
JSON representation
:key: Team Password Manager Add-on for Firefox
- Host: GitHub
- URL: https://github.com/fabwu/teampasswordmanager-webextention
- Owner: fabwu
- License: mit
- Created: 2017-06-27T20:42:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T11:31:27.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T20:49:18.657Z (3 months ago)
- Topics: firefox-addon, firefox-extension, teampasswordmanager, webextension
- Language: JavaScript
- Homepage: http://teampasswordmanager.com/
- Size: 611 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Team Password Manager Webextention (Deprecated)
Team Password Manager Add-on allows Firefox users to fill in login forms from credentials stored in Team Password Manager.
[Team Password Manager](http://teampasswordmanager.com/) is a self hosted web based password manager for groups.
## Development
In order to get ready for development you should install the following tool:
```
npm install --global web-ext
```Listed below are some useful commands for an easy development:
- `web-ext run --browser-console --start-url twitter.com`
Open a Firefox instance with debugging and auto reload enabled
- `web-ext lint`
Check the source code for errors and bad practices
- `web-ext build`
Builds the extension- `web-ext sign --api-key --api-secret `
Sign your extension for self-distribution