Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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