INACTIVE - http://mzl.la/ghe-archive - fun identity stuff
Перейти к файлу
Chris Karlof 2c980a76f1 refactored infobar code so it will hopefully be easy to plug in a module for FF based on tppanel; and also fixed gombot #61 2013-01-29 17:58:56 -08:00
background refactored infobar code so it will hopefully be easy to plug in a module for FF based on tppanel; and also fixed gombot #61 2013-01-29 17:58:56 -08:00
browser_action merge of master; slight refactor of messaging and localstorage modules 2013-01-25 11:55:43 -08:00
data fixes #54 2013-01-29 17:18:33 -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 refactored infobar code so it will hopefully be easy to plug in a module for FF based on tppanel; and also fixed gombot #61 2013-01-29 17:58:56 -08:00
lib directory reorg to make supporting chrome and firefox more sane 2013-01-25 13:16:05 -08:00
packages firefox jetpack code to take advantage of warner's new jetpack crypto module 2013-01-24 21:11:16 -08:00
server@fe2b272b0b refactored FX specific kdf out of client.js 2013-01-25 12:36:20 -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
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 start of getting signin to work on firefox 2013-01-25 17:55:35 -08:00
package.json directory reorg to make supporting chrome and firefox more sane 2013-01-25 13:16:05 -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.