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,pass
must be installed and working.pass chrome extension
needpass
to have a certain format:
Password Store
├── facebook.com
│ └── [email protected]
- Ruby. Any vendored ruby would be fine since it doesn't use any gem.
- Google Chrome
pass
runs a tiny webserver on port 3131.- When you click on the
pass
icon, 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 [email protected]:patriciomacadden/pass-chrome-extension.git
$ cd pass-chrome-extension
$ rake install
Then, manually install pass-chrome-extension.crx
by dropping it in
chrome://extensions
page.
$ rake uninstall
Then, 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.