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"
    ]
}