Local Storage cleaner

Purge HTML 5 Local Storage and cache.

Vad är Local Storage cleaner?

Local Storage cleaner är en Chrome-tillägg utvecklad av https://jeecookbook.blogspot.com, och dess huvudfunktion är "Purge HTML 5 Local Storage and cache.".

Tilläggsskärmbilder

screenshot

Ladda ner Local Storage cleaner-förlängningens CRX-fil

Ladda ner Local Storage cleaner-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

                        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                    

Grundläggande Information om Tillägg

Namn Local Storage cleaner Local Storage cleaner
ID bkdbpookjkdkhfmecijgegmjggmnjhme
Officiell webbadress https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme
Beskrivning Purge HTML 5 Local Storage and cache.
Filstorlek 31.32 KB
Antal Installationer 438
Aktuell Version 1.0
Senast Uppdaterad 2013-01-26
Publiceringsdatum 2013-01-26
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare https://jeecookbook.blogspot.com
Betalningssätt free
Stödda Språk 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"
    ]
}