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

Apa itu Maatwerk Online Clear Cache?

Maatwerk Online Clear Cache adalah ekstensi Chrome yang dikembangkan oleh https://www.maatwerkonline.nl, dan fitur utamanya adalah "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Maatwerk Online Clear Cache

Unduh file ekstensi Maatwerk Online Clear Cache dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Maatwerk Online Clear Cache Maatwerk Online Clear Cache
ID ihjkbilpbadefajplekfmjfieglocjeg
URL Resmi https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg
Deskripsi It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again
Ukuran File 30.65 KB
Jumlah Instalasi 44
Versi Saat Ini 0.4
Terakhir Diperbarui 2019-04-03
Tanggal Publikasi 2019-04-03
Pengembang https://www.maatwerkonline.nl
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf
Bahasa yang Didukung 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"
    ]
}