INACTIVE - http://mzl.la/ghe-archive - fun identity stuff
Перейти к файлу
Chris Karlof 991b248f9a firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -08:00
background firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -08:00
browser_action finally something people can look at 2013-01-18 17:20:10 -08:00
content_scripts merge conflict 2013-01-22 15:22:28 -08:00
data firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -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 working towards sync on firefox 2013-01-23 22:29:06 -08:00
packages firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -08:00
pages finally something people can look at 2013-01-18 17:20:10 -08:00
server@cf341995c9 firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -08:00
.gitignore Added webstore bundler, minor version # 2012-12-10 16:03:05 -08:00
.gitmodules firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -08: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 firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -08:00
build_site_configs.rb ported site configs to FX 2013-01-23 12:01:18 -08:00
bundle_for_webstore.py have bundler delete server/node_modules, bump up version number 2013-01-19 14:06:40 -08:00
manifest.json have bundler delete server/node_modules, bump up version number 2013-01-19 14:06:40 -08:00
package.json halfway working firefox extension 2013-01-22 17:54:25 -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.