PageSpeed Insights Checker for Mobile
Checks Mobile PageSpeed score for every page and gives you a handy preview
Что такое PageSpeed Insights Checker for Mobile?
PageSpeed Insights Checker for Mobile - это расширение Chrome, разработанное [email protected], и его основная функция - "Checks Mobile PageSpeed score for every page and gives you a handy preview".
Снимки экрана расширения
Скачать файл CRX расширения PageSpeed Insights Checker for Mobile
Скачайте файлы расширений PageSpeed Insights Checker for Mobile в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Checks Mobile PageSpeed score for every page and gives you a handy preview. NOTE: This sends every page you visit up to the Page Speed Insights API to do the full analysis of the page. Latest update: Lets you set your own API key.
Основная информация о расширении
Название | PageSpeed Insights Checker for Mobile |
ID | mkjmodmicmpjedhoekkmafdgpocdkbna |
Официальный URL | https://chromewebstore.google.com/detail/pagespeed-insights-checke/mkjmodmicmpjedhoekkmafdgpocdkbna |
Описание | Checks Mobile PageSpeed score for every page and gives you a handy preview |
Размер файла | 21.38 KB |
Количество установок | 3,346 |
Текущая Версия | 0.0.0.9 |
Последнее Обновление | 2013-09-27 |
Дата публикации | 2013-09-27 |
Рейтинг | 3.21/5 Всего 19 оценок |
Разработчик | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PageSpeed Insights Checker for Mobile", "description": "Checks Mobile PageSpeed score for every page and gives you a handy preview", "manifest_version": 2, "version": "0.0.0.9", "permissions": [ "tabs", "https:\/\/www.googleapis.com\/" ], "options_page": "options.html", "browser_action": { "default_icon": { "19": "19.png" }, "default_title": "PageSpeed Insights Checker" }, "background": { "scripts": [ "main.js" ] } } |