PageSpeed Insights Checker for Mobile
Checks Mobile PageSpeed score for every page and gives you a handy preview
Co to jest PageSpeed Insights Checker for Mobile?
PageSpeed Insights Checker for Mobile to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Checks Mobile PageSpeed score for every page and gives you a handy preview”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PageSpeed Insights Checker for Mobile
Pobierz pliki rozszerzeń PageSpeed Insights Checker for Mobile w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PageSpeed Insights Checker for Mobile |
ID | mkjmodmicmpjedhoekkmafdgpocdkbna |
Oficjalny URL | https://chromewebstore.google.com/detail/pagespeed-insights-checke/mkjmodmicmpjedhoekkmafdgpocdkbna |
Opis | Checks Mobile PageSpeed score for every page and gives you a handy preview |
Rozmiar pliku | 21.38 KB |
Liczba instalacji | 3,346 |
Aktualna Wersja | 0.0.0.9 |
Ostatnia Aktualizacja | 2013-09-27 |
Data Publikacji | 2013-09-27 |
Ocena | 3.21/5 Łącznie 19 Oceny |
Deweloper | [email protected] |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |