Local Storage
A browser extension for managing local storage.
Vad är Local Storage?
Local Storage är en Chrome-tillägg utvecklad av Shashika Virajh, och dess huvudfunktion är "A browser extension for managing local storage.".
Tilläggsskärmbilder
Ladda ner Local Storage-förlängningens CRX-fil
Ladda ner Local Storage-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
Local Storage is a handy Chrome extension that offers a user-friendly interface to view, manage, and manipulate the items in your browser's local storage. Forget about delving into the Console tab every time you need to check on your local storage. This extension provides all the tools you need at your fingertips.
Grundläggande Information om Tillägg
Namn | Local Storage |
ID | nnlekldijoehomfgfciodmolohhfkfpm |
Officiell webbadress | https://chromewebstore.google.com/detail/local-storage/nnlekldijoehomfgfciodmolohhfkfpm |
Beskrivning | A browser extension for managing local storage. |
Filstorlek | 143 KB |
Antal Installationer | 631 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-09-30 |
Publiceringsdatum | 2023-09-30 |
Betyg | 5.00/5 Totalt 10 Betyg |
Utvecklare | Shashika Virajh |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Local Storage", "version": "1.0", "description": "A browser extension for managing local storage.", "permissions": [ "tabs" ], "action": { "default_popup": "extension\/popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ " |