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

¿Qué es Maatwerk Online Clear Cache?

Maatwerk Online Clear Cache es una extensión de Chrome desarrollada por https://www.maatwerkonline.nl, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Maatwerk Online Clear Cache

Descarga archivos de extensión Maatwerk Online Clear Cache en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Maatwerk Online Clear Cache Maatwerk Online Clear Cache
ID ihjkbilpbadefajplekfmjfieglocjeg
URL Oficial https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg
Descripción It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again
Tamaño del Archivo 30.65 KB
Cantidad de Instalaciones 44
Versión Actual 0.4
Última Actualización 2019-04-03
Fecha de Publicación 2019-04-03
Desarrollador https://www.maatwerkonline.nl
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf
Idiomas Soportados 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"
    ]
}