Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
Was ist Local Storage Catcher?
Local Storage Catcher ist eine Chrome-Erweiterung, die von jrmarqueshd entwickelt wurde, und ihr Hauptmerkmal ist "A facilitator of access to local storage keys with JSON beautify".
Erweiterungsscreenshots
Local Storage Catcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Local Storage Catcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | enabeecjacmdkodgmjmgcnlipjpondbj |
| Offizielle URL | https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj |
| Beschreibung | A facilitator of access to local storage keys with JSON beautify |
| Dateigröße | 227 KB |
| Installationsanzahl | 48 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2022-05-23 |
| Veröffentlichungsdatum | 2020-12-02 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | jrmarqueshd |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": [
"*:\/\/*\/*"
]
} | |