Local Storage cleaner
Purge HTML 5 Local Storage and cache.
Co to jest Local Storage cleaner?
Local Storage cleaner to rozszerzenie Chrome opracowane przez https://jeecookbook.blogspot.com, a jego główną funkcją jest „Purge HTML 5 Local Storage and cache.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Local Storage cleaner
Pobierz pliki rozszerzeń Local Storage cleaner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Local Storage cleaner |
ID | bkdbpookjkdkhfmecijgegmjggmnjhme |
Oficjalny URL | https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme |
Opis | Purge HTML 5 Local Storage and cache. |
Rozmiar pliku | 31.32 KB |
Liczba instalacji | 438 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-01-26 |
Data Publikacji | 2013-01-26 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | https://jeecookbook.blogspot.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |