No longer maintained
This repo and the CPK app are no longer maintained. Consider using https://github.com/subdavis/Tusk instead.
CKP
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/
Running or Updating the code locally
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
git clone https://github.com/perfectapi/CKP.git cd CKP
-
Install the dependencies.
npm install bower install
-
Copy the dependencies to their lib location.
grunt updatelib
-
If you are editing
.less
files then rungrunt watch
to compile them when they change.
Installing in chrome
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.
Running tests
Open ./tests/services.html
in your browser