Appcache cleaner

Purge HTML 5 appcache and cache.

Appcache cleaner là gì?

Appcache cleaner là một tiện ích mở rộng Chrome được phát triển bởi https://jeecookbook.blogspot.com, và tính năng chính của nó là "Purge HTML 5 appcache and cache.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Appcache cleaner

Tải xuống các tệp mở rộng Appcache cleaner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Appcache cleaner Appcache cleaner
ID kibgncnpncepehheggcmioigonpcaonh
URL Chính Thức https://chromewebstore.google.com/detail/appcache-cleaner/kibgncnpncepehheggcmioigonpcaonh
Mô tả Purge HTML 5 appcache and cache.
Kích Thước Tệp 52.19 KB
Số Lần Cài Đặt 240
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-01-26
Ngày Phát Hành 2013-01-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://jeecookbook.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}