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
Co to jest Maatwerk Online Clear Cache?
Maatwerk Online Clear Cache to rozszerzenie Chrome opracowane przez https://www.maatwerkonline.nl, a jego główną funkcją jest „It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Maatwerk Online Clear Cache
Pobierz pliki rozszerzeń Maatwerk Online Clear Cache w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ihjkbilpbadefajplekfmjfieglocjeg | 
| Oficjalny URL | https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg | 
| Opis | It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again | 
| Rozmiar pliku | 30.65 KB | 
| Liczba instalacji | 44 | 
| Aktualna Wersja | 0.4 | 
| Ostatnia Aktualizacja | 2019-04-03 | 
| Data Publikacji | 2019-04-03 | 
| Deweloper | https://www.maatwerkonline.nl | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf | 
| Obsługiwane Języki | 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"
    ]
}  |  |