AMPInspect
View the AMP version of websites you visit and discover the components they use.
Что такое AMPInspect?
AMPInspect - это расширение Chrome, разработанное https://ampface.io, и его основная функция - "View the AMP version of websites you visit and discover the components they use.".
Снимки экрана расширения
Скачать файл CRX расширения AMPInspect
Скачайте файлы расширений AMPInspect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This plugin displays a brief overview of websites using AMP (Accelerated Mobile Pages). For WordPress websites it will list if the official plugin has been installed (regardless if whether it's activated), and also lists whether the most popular non official AMP plugin has been installed. It display's this information on both AMP and non AMP WordPress URLs. For the official AMP plugin it will display the plugin version and mode when you visit an AMP page. For any AMP URL (WordPress or not) the popup lists the AMP components active on that page.
Основная информация о расширении
Название | AMPInspect |
ID | igdigflifnjnhooafgglmeefikobalhk |
Официальный URL | https://chromewebstore.google.com/detail/ampinspect/igdigflifnjnhooafgglmeefikobalhk |
Описание | View the AMP version of websites you visit and discover the components they use. |
Размер файла | 23.03 KB |
Количество установок | 58 |
Текущая Версия | 1.1 |
Последнее Обновление | 2019-06-21 |
Дата публикации | 2019-06-20 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://ampface.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ampface.io/?amp |
URL страницы помощи | https://ampface.io/?amp |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMPInspect", "version": "1.1", "manifest_version": 2, "description": "View the AMP version of websites you visit and discover the components they use.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |