An open API service indexing awesome lists of open source software.

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

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.