Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
Cos'è Local Storage Catcher?
Local Storage Catcher è un'estensione di Chrome sviluppata da jrmarqueshd, e la sua funzione principale è "A facilitator of access to local storage keys with JSON beautify".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Local Storage Catcher
Scarica i file di estensione Local Storage Catcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.
Informazioni di Base sull'Estensione
Nome | Local Storage Catcher |
ID | enabeecjacmdkodgmjmgcnlipjpondbj |
URL Ufficiale | https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj |
Descrizione | A facilitator of access to local storage keys with JSON beautify |
Dimensione del File | 227 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2022-05-23 |
Data di Pubblicazione | 2020-12-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | jrmarqueshd |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |