Chrome extension for filling in passwords on websites
This repo and the CPK app are no longer maintained. Consider using https://github.com/subdavis/Tusk instead.
Chrome extension for interacting with KeePass password file. Web Store url is https://chrome.google.com/webstore/detail/lnfepbjehgokldcaljagbmchhnaaogpc. Give it a try!
More info available at http://perfectapi.github.io/CKP/
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)
1) Clone the codebase
git clone https://github.com/perfectapi/CKP.git cd CKP
2) Install the dependencies.
npm install bower install
3) Copy the dependencies to their lib location.
grunt updatelib
4) If you are editing
.lessfiles then run
grunt watchto 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.
Open
./tests/services.htmlin your browser