Browser addons — Google Chrome extensions

Storage Area Explorer

Devtools extension which provides GUI for chrome.storage in Chrome Apps & Chrome Extensions

Find sources and report problems on Github: https://github.com/jusio/storage-area-explorer

Permissions explanation.
Extension doesn’t access you data in any way, unless you open devtools and click on the tab with Storage Explorer.
Extension doesn’t store or transmit any data to other sites.

Detailed permissions explanation.
-copy/paste is required in order to enable import/export directly to clipboard
-all data on your sites – this devtools extension, and therefore when you open devtools, only those pages are accessible
-tabs and browsing history- extension requires tabs permission, but it is only used when devtools are actually opened (permission is needed in order to work with local/session html storage)

Change Log:
*0.4.2
Fixed clear button not working properly for local/session storages
*0.4.1
Added support for Chrome Hosted Apps
*0.4.0
Added support for HTML5 local&session storage
Bugfixes

*0.3.2
Enabled panel are for chrome extensions with storage permission
Fixed broken import/export of values with newline/tab characters

*0.2.3*
Fixed broken import from clipboard

*0.2.2*
Features:
New design
Added possibility import&export data
Inline editing
Bug fixes:
JavaScript error was displayed when inspecting extension without storage permission

*0.1*
Initial release