Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
Qu'est-ce que Local Storage Catcher ?
Local Storage Catcher est une extension Chrome développée par jrmarqueshd, et sa fonction principale est "A facilitator of access to local storage keys with JSON beautify".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Local Storage Catcher
Téléchargez les fichiers d'extension Local Storage Catcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.
Informations de Base sur l'Extension
Nom | Local Storage Catcher |
ID | enabeecjacmdkodgmjmgcnlipjpondbj |
URL Officiel | https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj |
Description | A facilitator of access to local storage keys with JSON beautify |
Taille du Fichier | 227 KB |
Nombre d'Installations | 48 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2022-05-23 |
Date de Publication | 2020-12-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jrmarqueshd |
jrmarqueshd@gmail.com | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |