Maatwerk Online Clear Cache

It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again

O que é Maatwerk Online Clear Cache?

Maatwerk Online Clear Cache é uma extensão do Chrome desenvolvida por https://www.maatwerkonline.nl, e sua principal característica é "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Maatwerk Online Clear Cache

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

                        It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again.                    

Informações Básicas da Extensão

Nome Maatwerk Online Clear Cache Maatwerk Online Clear Cache
ID ihjkbilpbadefajplekfmjfieglocjeg
URL Oficial https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg
Descrição It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again
Tamanho do Arquivo 30.65 KB
Contagem de Instalações 44
Versão Atual 0.4
Última Atualização 2019-04-03
Data de Publicação 2019-04-03
Desenvolvedor https://www.maatwerkonline.nl
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maatwerk Online Clear Cache",
    "version": "0.4",
    "manifest_version": 2,
    "description": "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again",
    "homepage_url": "http:\/\/maatwerkonline.nl",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "18": "images\/logo-18.png",
            "36": "images\/logo-36.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "18": "images\/logo-18.png",
        "36": "images\/logo-36.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}