A chrome browser extension for pass
This is very much a work in progress, expect a better README, installation instructions and maybe even a Chrome Store entry soon.
- Search and insert passwords
- Autofill for recognised sites (Green icon)
- Detect new details submitted (Orange icon)
- Add/Edit entries
- Password generator
- Pass is installed and initialized, available to system as
passcommand pwgeninstalled, a requirement of Pass so should be fine- Python. This extension uses native messaging, a python script wraps the communication
- Checkout or download and extract this project
- In Chrome/Chromium go to More Tools > Extensions
- Drag and drop
app.crxonto the page - Finally, to enable the native client support run
./install.sh
or for Chromium
./install.sh chromium
