PageSpeed Insights Checker for Mobile
Checks Mobile PageSpeed score for every page and gives you a handy preview
Wat is PageSpeed Insights Checker for Mobile?
PageSpeed Insights Checker for Mobile is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Checks Mobile PageSpeed score for every page and gives you a handy preview".
Extensie Screenshots
Download het CRX-bestand van de extensie PageSpeed Insights Checker for Mobile
Download PageSpeed Insights Checker for Mobile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PageSpeed Insights Checker for Mobile |
ID | mkjmodmicmpjedhoekkmafdgpocdkbna |
Officiële URL | https://chromewebstore.google.com/detail/pagespeed-insights-checke/mkjmodmicmpjedhoekkmafdgpocdkbna |
Beschrijving | Checks Mobile PageSpeed score for every page and gives you a handy preview |
Bestandsgrootte | 21.38 KB |
Aantal Installaties | 3,346 |
Huidige Versie | 0.0.0.9 |
Laatst Bijgewerkt | 2013-09-27 |
Publicatiedatum | 2013-09-27 |
Beoordeling | 3.21/5 Totaal 19 Beoordelingen |
Ontwikkelaar | [email protected] |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |