Appcache cleaner

Purge HTML 5 appcache and cache.

O que é Appcache cleaner?

Appcache cleaner é uma extensão do Chrome desenvolvida por https://jeecookbook.blogspot.com, e sua principal característica é "Purge HTML 5 appcache and cache.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Appcache cleaner

Baixe arquivos de extensão Appcache cleaner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Appcache cleaner Appcache cleaner
ID kibgncnpncepehheggcmioigonpcaonh
URL Oficial https://chromewebstore.google.com/detail/appcache-cleaner/kibgncnpncepehheggcmioigonpcaonh
Descrição Purge HTML 5 appcache and cache.
Tamanho do Arquivo 52.19 KB
Contagem de Instalações 240
Versão Atual 1.1
Última Atualização 2013-01-26
Data de Publicação 2013-01-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://jeecookbook.blogspot.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}