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
Что такое Maatwerk Online Clear Cache?
Maatwerk Online Clear Cache - это расширение Chrome, разработанное https://www.maatwerkonline.nl, и его основная функция - "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".
Снимки экрана расширения
Скачать файл CRX расширения Maatwerk Online Clear Cache
Скачайте файлы расширений Maatwerk Online Clear Cache в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again. Основная информация о расширении
| Название | |
| ID | ihjkbilpbadefajplekfmjfieglocjeg |
| Официальный URL | https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg |
| Описание | It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again |
| Размер файла | 30.65 KB |
| Количество установок | 44 |
| Текущая Версия | 0.4 |
| Последнее Обновление | 2019-04-03 |
| Дата публикации | 2019-04-03 |
| Разработчик | https://www.maatwerkonline.nl |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf |
| Поддерживаемые языки | 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"
]
} | |