/CKP

Chrome extension for filling in passwords on websites

Primary LanguageJavaScriptOtherNOASSERTION

CKP

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/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)
  1. Clone the codebase, and then (from the code folder) run bower install to install the dependencies.
  2. Then grunt updatelib to copy the dependencies to their lib location.
  3. If you are editing .less files then run grunt 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.