INACTIVE - http://mzl.la/ghe-archive - fun identity stuff
Перейти к файлу
Chris Karlof 869bfcaa8b don't listen to submit events anymore; all usernames/passwords are captured via user input and we do better capture, esp of values that we filled our self 2013-01-15 22:46:40 -08:00
Firefox a simple Firefox (jetpack) add-on that adds a Gombot button to the toolbar which, when clicked, creates a panel. 2013-01-10 17:52:46 -08:00
background don't listen to submit events anymore; all usernames/passwords are captured via user input and we do better capture, esp of values that we filled our self 2013-01-15 22:46:40 -08:00
browser_action Merge browser action CSS changes from master 2013-01-02 15:21:34 -08:00
content_scripts don't listen to submit events anymore; all usernames/passwords are captured via user input and we do better capture, esp of values that we filled our self 2013-01-15 22:46:40 -08:00
images add progress indicator to create account page 2012-12-27 16:11:03 -08:00
infobar@fbe957e863 first take on storage refactor 2013-01-10 14:56:33 -08:00
infobars delete captured credentials after user interacts with linking infobar 2013-01-04 15:42:25 -08:00
lib hopefully support for realms, but some problems on citi 2013-01-14 22:09:40 -08:00
pages factoring in backbone user obj 2013-01-14 13:59:53 -08:00
server@cee80f7e61 still totally broken 2013-01-11 17:52:34 -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
TODO don't listen to submit events anymore; all usernames/passwords are captured via user input and we do better capture, esp of values that we filled our self 2013-01-15 22:46:40 -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 totally broken refactor 2013-01-10 18:18:51 -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.