Local Storage cleaner

Purge HTML 5 Local Storage and cache.

Local Storage cleaner क्या है?

Local Storage cleaner https://jeecookbook.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Purge HTML 5 Local Storage and cache."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Local Storage cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Local Storage cleaner Local Storage cleaner
ID bkdbpookjkdkhfmecijgegmjggmnjhme
आधिकारिक URL https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme
विवरण Purge HTML 5 Local Storage and cache.
फ़ाइल का आकार 31.32 KB
स्थापना संख्या 438
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-01-26
प्रकाशन तिथि 2013-01-26
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर https://jeecookbook.blogspot.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}