Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
What is Local Storage Catcher?
Local Storage Catcher is a Chrome extension developed by jrmarqueshd, and its main feature is "A facilitator of access to local storage keys with JSON beautify".
Extension Screenshots
Download Local Storage Catcher Extension CRX File
Download Local Storage Catcher 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
Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.
Extension Basic Information
Name | Local Storage Catcher |
ID | enabeecjacmdkodgmjmgcnlipjpondbj |
Official URL | https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj |
Description | A facilitator of access to local storage keys with JSON beautify |
File Size | 227 KB |
Installation Count | 48 |
Current Version | 2.0.1 |
Last Updated | 2022-05-23 |
Publish Date | 2020-12-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jrmarqueshd |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Local Storage Catcher", "description": "A facilitator of access to local storage keys with JSON beautify", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "128.png" } }, "icons": { "128": "128.png" }, "host_permissions": [ "*:\/\/*\/*" ] } |