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
Cos'è Maatwerk Online Clear Cache?
Maatwerk Online Clear Cache è un'estensione di Chrome sviluppata da https://www.maatwerkonline.nl, e la sua funzione principale è "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Maatwerk Online Clear Cache
Scarica i file di estensione Maatwerk Online Clear Cache in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again. Informazioni di Base sull'Estensione
| Nome | |
| ID | ihjkbilpbadefajplekfmjfieglocjeg |
| URL Ufficiale | https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg |
| Descrizione | It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again |
| Dimensione del File | 30.65 KB |
| Conteggio Installazioni | 44 |
| Versione Corrente | 0.4 |
| Ultimo Aggiornamento | 2019-04-03 |
| Data di Pubblicazione | 2019-04-03 |
| Sviluppatore | https://www.maatwerkonline.nl |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf |
| Lingue Supportate | 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"
]
} | |