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は[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Checks Mobile PageSpeed score for every page and gives you a handy preview」です。
拡張機能のスクリーンショット
PageSpeed Insights Checker for Mobile拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
} | |