No Cache

Ensure that you see your page without client and server caches

O que é No Cache?

No Cache é uma extensão do Chrome desenvolvida por Roman Hlushko, e sua principal característica é "Ensure that you see your page without client and server caches".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão No Cache

Baixe arquivos de extensão No Cache 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

                        Take cache cleaning to the next level! 

No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥                    

Informações Básicas da Extensão

Nome No Cache No Cache
ID imcbegkljmmdaacgnepdhpnlijgpcpbi
URL Oficial https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi
Descrição Ensure that you see your page without client and server caches
Tamanho do Arquivo 18.36 KB
Contagem de Instalações 170
Versão Atual 1.0
Última Atualização 2020-03-31
Data de Publicação 2020-03-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Roman Hlushko
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/roma-glushko/no-cache-extension
URL da Página de Ajuda https://github.com/roma-glushko/no-cache-extension
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Cache",
    "version": "1.0",
    "description": "Ensure that you see your page without client and server caches",
    "browser_action": {
        "default_title": "No Cache!"
    },
    "icons": {
        "120": "\/images\/icon-120.png"
    },
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "contextMenus"
    ]
}