This commit is contained in:
Paul Sawaya 2012-11-19 17:39:41 -05:00
Родитель 5357916249
Коммит f2f012a833
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,8 @@
Gombot Client (Firefox)
----------------------
These are the browser extensions for Gombot, an new experimental cross-platform password manager from Mozilla.
This directory contains the beginnings of a Firefox add-on that can be run with the [https://github.com/mozilla/addon-sdk/](add-on SDK). In the future, it will be moved to a separate repository.
For more information on packaging and running this extension in Firefox, see the docs for the [https://addons.mozilla.org/en-US/developers/docs/sdk/1.11/](add-on sdk).

8
README.md Normal file
Просмотреть файл

@ -0,0 +1,8 @@
Gombot Client (Chrome)
----------------------
These are the browser extensions for Gombot, an new experimental cross-platform password manager from Mozilla.
The top level directory includes the manifest.json for the Chrome extension, while the /Firefox directory contains the beginnings of a Firefox add-on that can be run with the [https://github.com/mozilla/addon-sdk/](add-on SDK). In the future, it will be moved to a separate repository.
For more information on packaging and running this extension in Chrome, see [http://developer.chrome.com/extensions/packaging.html](this page).