AMP Cache Evictor
Clear AMP cached pages by a click of a button
Что такое AMP Cache Evictor?
AMP Cache Evictor - это расширение Chrome, разработанное Genius, и его основная функция - "Clear AMP cached pages by a click of a button".
Снимки экрана расширения
Скачать файл CRX расширения AMP Cache Evictor
Скачайте файлы расширений AMP Cache Evictor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you're developing AMP pages and testing it out on google's amp reader, you'll soon realize that you'll need to clear the AMP cache to see your changes. AmpProject exposes an API to do this. This extension saves you the trouble! Just press the AMP Cache Evictor button and the amp cache will be cleared, followed by a redirection to the AMP CDNs so you don't have to!
Основная информация о расширении
Название | AMP Cache Evictor |
ID | kdinoegjmibfplmhdldegbdcpgclpmkj |
Официальный URL | https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj |
Описание | Clear AMP cached pages by a click of a button |
Размер файла | 14 KB |
Количество установок | 107 |
Текущая Версия | 0.1 |
Последнее Обновление | 2016-09-28 |
Дата публикации | 2016-09-28 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | Genius |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMP Cache Evictor", "description": "Clear AMP cached pages by a click of a button", "version": "0.1", "manifest_version": 2, "icons": { "128": "images\/ace-128.png" }, "permissions": [ "activeTab", "https:\/\/cdn.ampproject.org\/update-ping\/c\/s\/*" ], "browser_action": { "default_icon": "images\/ace-128.png", "default_popup": "evict_cache.html" } } |