pass chrome extension is a Google Chrome extension for
zx2c4's pass. It's based on
dotjs.
- Retrieves passwords for the current tab website
- Fills in username/password and submits the login form (auto login)
- Manage passwords
pass. Obviously,passmust be installed and working.pass chrome extensionneedpassto have a certain format:
Password Store
├── facebook.com
│ └── patriciomacadden@gmail.com.gpg
- Ruby. Any vendored ruby would be fine since it doesn't use any gem.
- Google Chrome
passruns a tiny webserver on port 3131.- When you click on the
passicon, it will query for passwords for the current tab domain. For example, if you visithttp://www.facebook.com, it will query for passwords forfacebook.com. - If one or more passwords match the domain, it will let you choose which one you'd like to use.
- Once you click on the desired option, it will fill in username and password into the sign in box (if any).
$ git clone git@github.com:patriciomacadden/pass-chrome-extension.git
$ cd pass-chrome-extension
$ rake installThen, manually install pass-chrome-extension.crx by dropping it in
chrome://extensions page.
$ rake uninstallThen, manually uninstall pass-chrome-extension from the chrome://extensions
page.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
See the LICENSE.