Easy Clear

A one click cache and history clearer.

O que é Easy Clear?

Easy Clear é uma extensão do Chrome desenvolvida por garganostudios, e sua principal característica é "A one click cache and history clearer.".

Baixar o arquivo CRX da Extensão Easy Clear

Baixe arquivos de extensão Easy Clear 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

                        This app was designed to make clearing your browser cache simpler. Previously, you had to go through the menu, open a new page to view your history, and then delete your browser history and cache. Now, its as simple as three clicks and back to business. Simply click the icon, select the optional history clear check box, and click the button.                    

Informações Básicas da Extensão

Nome Easy Clear Easy Clear
ID dbglfobhhbhdgpnicebdieloccfedgho
URL Oficial https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho
Descrição A one click cache and history clearer.
Tamanho do Arquivo 13.02 KB
Contagem de Instalações 104
Versão Atual 1.2.0
Última Atualização 2016-07-20
Data de Publicação 2016-07-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor garganostudios
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Clear",
    "version": "1.2.0",
    "description": "A one click cache and history clearer.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Logos\/Logo16.png",
        "48": "Logos\/Logo48.png",
        "128": "Logos\/Logo128.png"
    },
    "manifest_version": 2
}