Local Storage cleaner
Purge HTML 5 Local Storage and cache.
Co je Local Storage cleaner?
Local Storage cleaner je rozšíření Chrome vyvinuté https://jeecookbook.blogspot.com, a jeho hlavní funkcí je „Purge HTML 5 Local Storage and cache.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Local Storage cleaner
Stáhněte si soubory rozšíření Local Storage cleaner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Building offline application ? Need a simple and efficient tool to clean the Local Storage and cache ? This extension is for you ! It allows you to purge HTML 5 Local Storage and cache (JS, ...). Current Local Storage is erased according to range. It's very simple and quick : no complex configuration, two clicks only. Check my web site for further informations : http://jeecookbook.blogspot.fr/p/chrome.html
Základní Informace o Rozšíření
Název | Local Storage cleaner |
ID | bkdbpookjkdkhfmecijgegmjggmnjhme |
Oficiální URL | https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme |
Popis | Purge HTML 5 Local Storage and cache. |
Velikost souboru | 31.32 KB |
Počet instalací | 438 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-01-26 |
Datum Vydání | 2013-01-26 |
Hodnocení | 3.75/5 Celkem 4 Hodnocení |
Vývojář | https://jeecookbook.blogspot.com |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Local Storage cleaner", "version": "1.0", "manifest_version": 2, "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html", "description": "Purge HTML 5 Local Storage and cache.", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Purge Local Storage and Cache", "default_popup": "popup.html" }, "permissions": [ "browsingData" ] } |