Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
Vad är Local Storage Catcher?
Local Storage Catcher är en Chrome-tillägg utvecklad av jrmarqueshd, och dess huvudfunktion är "A facilitator of access to local storage keys with JSON beautify".
Tilläggsskärmbilder
Ladda ner Local Storage Catcher-förlängningens CRX-fil
Ladda ner Local Storage Catcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter. Grundläggande Information om Tillägg
| Namn | |
| ID | enabeecjacmdkodgmjmgcnlipjpondbj |
| Officiell webbadress | https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj |
| Beskrivning | A facilitator of access to local storage keys with JSON beautify |
| Filstorlek | 227 KB |
| Antal Installationer | 48 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2022-05-23 |
| Publiceringsdatum | 2020-12-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | jrmarqueshd |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
"*:\/\/*\/*"
]
} | |