Chrome extension for interacting with KeePass password file. Still in beta. Web Store url is https://chrome.google.com/webstore/detail/lnfepbjehgokldcaljagbmchhnaaogpc. Give it a try!
More info available at http://perfectapi.github.io/ChromeKeePass/
If you want to hack on the code...
Tools needed:
- Node.Js - prerequisite for other dev tools
- Grunt.js - for less/css processing, packaging, and copying libs to the lib folder
- Bower - for dependencies (libraries)
- Clone the codebase, and then (from the code folder) run
bower install
to install the dependencies. - Then
grunt updatelib
to copy the dependencies to their lib location. - If you are editing
.less
files then rungrunt watch
to compile them when they change.
To install the code in Chrome, open More Tools\Extensions, check the "Developer mode" checkbox. Click "Load unpacked extension" and browse to the folder where you cloned the code. You may find the Chrome Apps & Extensions Developer Tool to be helpful when debugging the background page.