Local Storage Explorer
Developer tool for exploring localStorage and sessionStorage which lets you parse values
What is Local Storage Explorer?
Local Storage Explorer is a Chrome extension developed by Deliaz, and its main feature is "Developer tool for exploring localStorage and sessionStorage which lets you parse values".
Extension Screenshots
Download Local Storage Explorer Extension CRX File
Download Local Storage Explorer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Local Storage Explorer brings you better ability to explore localStorage and sessionStorage values. It integrates with DevTools panel and can parse and beautify JSON values. Features: – LocalStorage JSON parser & beautifier – Shows value type and length – Delete keys and clear storage in one click – Light and Dark themes based on DevTools colour schemes – Adaptive design: comfortable work with a small window size
Extension Basic Information
Name | Local Storage Explorer |
ID | hglfomidogadbhelcfomenpieffpfaeb |
Official URL | https://chromewebstore.google.com/detail/local-storage-explorer/hglfomidogadbhelcfomenpieffpfaeb |
Description | Developer tool for exploring localStorage and sessionStorage which lets you parse values |
File Size | 246 KB |
Installation Count | 4,233 |
Current Version | 1.2.1 |
Last Updated | 2020-03-03 |
Publish Date | 2020-03-02 |
Rating | 3.72/5 Total 18 Ratings |
Developer | Deliaz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Deliaz/web-storage-explorer |
Privacy Policy Page URL | https://clipboardextension.com/policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Storage Explorer", "short_name": "LocalStorageX", "version": "1.2.1", "minimum_chrome_version": "42", "description": "Developer tool for exploring localStorage and sessionStorage which lets you parse values", "author": "Deliaz", "offline_enabled": true, "icons": { "38": "imgs\/38.png", "48": "imgs\/48.png", "128": "imgs\/128.png" }, "devtools_page": "loader.html", "options_ui": { "page": "options.html", "chrome_style": false }, "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "options.html" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |