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'est-ce que Maatwerk Online Clear Cache ?

Maatwerk Online Clear Cache est une extension Chrome développée par https://www.maatwerkonline.nl, et sa fonction principale est "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Maatwerk Online Clear Cache

Téléchargez les fichiers d'extension Maatwerk Online Clear Cache au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Maatwerk Online Clear Cache Maatwerk Online Clear Cache
ID ihjkbilpbadefajplekfmjfieglocjeg
URL Officiel https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg
Description It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again
Taille du Fichier 30.65 KB
Nombre d'Installations 44
Version Actuelle 0.4
Dernière Mise à Jour 2019-04-03
Date de Publication 2019-04-03
Développeur https://www.maatwerkonline.nl
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf
Langues Prises en Charge 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"
    ]
}