Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
Wat is Local Storage Catcher?
Local Storage Catcher is een Chrome-extensie ontwikkeld door jrmarqueshd, en de belangrijkste functie is "A facilitator of access to local storage keys with JSON beautify".
Extensie Screenshots
Download het CRX-bestand van de extensie Local Storage Catcher
Download Local Storage Catcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.
Basisinformatie over de Extensie
Naam | Local Storage Catcher |
ID | enabeecjacmdkodgmjmgcnlipjpondbj |
Officiële URL | https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj |
Beschrijving | A facilitator of access to local storage keys with JSON beautify |
Bestandsgrootte | 227 KB |
Aantal Installaties | 48 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2022-05-23 |
Publicatiedatum | 2020-12-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | jrmarqueshd |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } |