https://github.com/ghostery/addon-simple-storage-editor
Firefox Add-on SDK simple storage viewer and editor
https://github.com/ghostery/addon-simple-storage-editor
Last synced: about 1 year ago
JSON representation
Firefox Add-on SDK simple storage viewer and editor
- Host: GitHub
- URL: https://github.com/ghostery/addon-simple-storage-editor
- Owner: ghostery
- License: other
- Created: 2013-08-13T05:47:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T22:19:33.000Z (about 11 years ago)
- Last Synced: 2025-04-02T08:08:32.010Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 13
- Watchers: 19
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Storage Editor
=====================
Simple Storage Editor is a Firefox add-on to view and edit [Firefox Add-on SDK simple storage]
(https://addons.mozilla.org/en-US/developers/docs/sdk/latest/modules/sdk/simple-storage.html).
What does it do?
----------------
SSE lists currently installed add-ons that use simple storage and allows the user to edit the contents of the storage.
Why?
----
Firefox provides a convenient way to edit preferences through about:config, but no way
to edit simple storage created by add-ons. Having quick access to simple storage would be especially useful for
mobile testing and development.
License
-------
addon-simple-storage-editor uses Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
License information is stored in the LICENSE file.
How to file an issue
--------------------
You may file an issue using GitHub's own issue tracker: https://github.com/ghostery/addon-simple-storage-editor/issues
How to submit a fix/pull request
--------------------------------
You may fork the project and modify at will. Your changes may be submitted back to us via a GitHub's pull
request.