INACTIVE - http://mzl.la/ghe-archive - fun identity stuff
Перейти к файлу
Chris Karlof 3736e850e2 form detection w/site configs and ajax 2013-01-04 15:15:41 -08:00
background form detection w/site configs and ajax 2013-01-04 15:15:41 -08:00
browser_action Merge browser action CSS changes from master 2013-01-02 15:21:34 -08:00
content_scripts form detection w/site configs and ajax 2013-01-04 15:15:41 -08:00
images add progress indicator to create account page 2012-12-27 16:11:03 -08:00
infobar@0e3bb2627c integrate simulated infobars into the gombot addon 2012-11-21 13:37:56 -07:00
infobars remove dead old PIN code 2012-12-31 15:32:03 -08:00
lib form detection w/site configs and ajax 2013-01-04 15:15:41 -08:00
pages PIN entry in browser action via <x-pin> 2012-12-31 14:13:15 -08:00
server@1b7aa4ce43 Client now capable of signing in and storing unencrypted payloads 2012-12-21 10:02:42 -08:00
.gitignore Added webstore bundler, minor version # 2012-12-10 16:03:05 -08:00
.gitmodules integrate simulated infobars into the gombot addon 2012-11-21 13:37:56 -07:00
CHANGELOG bump version 2012-12-12 16:56:52 -08:00
README.md form detection w/site configs and ajax 2013-01-04 15:15:41 -08:00
build_site_configs.rb form detection w/site configs and ajax 2013-01-04 15:15:41 -08:00
bundle_for_webstore.py bump up version, tweak bundler to delete existing zip first 2012-12-27 12:09:02 -08:00
manifest.json monitoring password form removal 2013-01-03 18:41:54 -08:00

README.md

Gombot Client (Chrome)

These are the browser extensions for Gombot, an new experimental cross-platform password manager from Mozilla.

For more information on packaging and running this extension in Chrome, see [http://developer.chrome.com/extensions/packaging.html](this page).

Setup

Make sure to check out submodules (git submodule update --init) before running.

Building the site configuration file requires running build_site_configs.rb. This is only needed when site_configs.yml is updated. This script uses the js-yaml commmand line tool [https://github.com/nodeca/js-yaml], which must be in your PATH.