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
Hvad er Maatwerk Online Clear Cache?
Maatwerk Online Clear Cache er en Chrome-udvidelse udviklet af https://www.maatwerkonline.nl, og dens hovedfunktion er "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".
Udvidelsesskærmbilleder
Download Maatwerk Online Clear Cache-udvidelses-CRX-fil
Download Maatwerk Online Clear Cache-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ihjkbilpbadefajplekfmjfieglocjeg |
| Officiel URL | https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg |
| Beskrivelse | It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again |
| Filstørrelse | 30.65 KB |
| Antal Installationer | 44 |
| Nuværende Version | 0.4 |
| Senest Opdateret | 2019-04-03 |
| Udgivelsesdato | 2019-04-03 |
| Udvikler | https://www.maatwerkonline.nl |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf |
| Understøttede Sprog | 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"
]
} | |