Page Speed Analysis
This extension will analyze a page using Google's PageSpeed
Page Speed Analysisとは何ですか?
Page Speed AnalysisはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension will analyze a page using Google's PageSpeed」です。
拡張機能のスクリーンショット
Page Speed Analysis拡張機能のCRXファイルをダウンロード
Page Speed Analysis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is designed to give users an informative diagnostic report on the efficiency of their web pages. Using Google's PageSpeed Insights API, the PageSpeed Test Extension displays a detailed report on the overall quality of your web page, showing an overall efficiency rating, optimization suggestions, and a resource breakdown chart—all tailored to help you make your websites stunningly efficient. 拡張機能の基本情報
| 名前 | |
| ID | mgepijdabbcpfccklhimoklflnpfpbcn |
| 公式URL | https://chromewebstore.google.com/detail/page-speed-analysis/mgepijdabbcpfccklhimoklflnpfpbcn |
| 説明 | This extension will analyze a page using Google's PageSpeed |
| ファイルサイズ | 1.5 MB |
| インストール数 | 984 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-08-15 |
| 公開日 | 2017-08-14 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Page Speed Analysis",
"description": "This extension will analyze a page using Google's PageSpeed",
"version": "1.1",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |