Local Storage cleaner

Purge HTML 5 Local Storage and cache.

什麼是Local Storage cleaner?

Local Storage cleaner是由https://jeecookbook.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Purge HTML 5 Local Storage and cache.”。

擴展截圖

screenshot

下載Local Storage cleaner擴展crx文件

下載Local Storage cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}