Appcache cleaner

Purge HTML 5 appcache and cache.

Apa itu Appcache cleaner?

Appcache cleaner adalah ekstensi Chrome yang dikembangkan oleh https://jeecookbook.blogspot.com, dan fitur utamanya adalah "Purge HTML 5 appcache and cache.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Appcache cleaner

Unduh file ekstensi Appcache cleaner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Appcache cleaner Appcache cleaner
ID kibgncnpncepehheggcmioigonpcaonh
URL Resmi https://chromewebstore.google.com/detail/appcache-cleaner/kibgncnpncepehheggcmioigonpcaonh
Deskripsi Purge HTML 5 appcache and cache.
Ukuran File 52.19 KB
Jumlah Instalasi 240
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-01-26
Tanggal Publikasi 2013-01-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://jeecookbook.blogspot.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}