Appcache cleaner

Purge HTML 5 appcache and cache.

什么是Appcache cleaner?

Appcache cleaner是由https://jeecookbook.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Purge HTML 5 appcache and cache.”。

扩展截图

screenshot

下载Appcache cleaner扩展crx文件

下载Appcache cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Building offline application ?

Need a simple and efficient tool to clean the appcache and cache ?
 
This extension is for you !

It allows you to purge HTML 5 appcache and cache (JS, ...).

Manifest from current page 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                    

扩展基本信息

名称 Appcache cleaner Appcache cleaner
ID kibgncnpncepehheggcmioigonpcaonh
官方URL https://chromewebstore.google.com/detail/appcache-cleaner/kibgncnpncepehheggcmioigonpcaonh
简介 Purge HTML 5 appcache and cache.
文件大小 52.19 KB
安装次数 240
当前版本 1.1
更新时间 2013-01-26
上架时间 2013-01-26
评分 5.00/5 共1次评分
开发者 https://jeecookbook.blogspot.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Appcache cleaner",
    "version": "1.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html",
    "description": "Purge HTML 5 appcache and cache.",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Purge Application Cache and Cache",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData"
    ]
}