Google Page Speed Analyzer
This extension will analyze a page using Google Page Speed
Google Page Speed Analyzerとは何ですか?
Google Page Speed Analyzerはhttps://hhomepage.chによって開発されたChromeの拡張機能で、その主な機能は「This extension will analyze a page using Google Page Speed」です。
拡張機能のスクリーンショット
Google Page Speed Analyzer拡張機能のCRXファイルをダウンロード
Google Page Speed Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension gives you a quick and easy way to - check the google page speed score of a website - directly download optimized images to speed up your website - display images sorted by filesize
拡張機能の基本情報
名前 | |
ID | fhfeikfenbbbnoloadmllfjfgckcoolc |
公式URL | https://chrome.google.com/webstore/detail/google-page-speed-analyze/fhfeikfenbbbnoloadmllfjfgckcoolc |
説明 | This extension will analyze a page using Google Page Speed |
ファイルサイズ | 678 KB |
インストール数 | 158 |
現在のバージョン | 1.1 |
最終更新日 | 2017-07-02 |
公開日 | 2017-07-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://hhomepage.ch |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hhomepage.ch |
プライバシーポリシーページのURL | https://hhomepage.ch/datenschutzerklarung |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Page Speed Analyzer", "description": "This extension will analyze a page using Google Page Speed", "version": "1.1", "icons": { "16": "PS_16.png", "48": "PS_48.png", "128": "PS_128.png" }, "browser_action": { "default_icon": "PS_48.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-3.2.1.js", "popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/localhost\/", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.googleapis.com\/pagespeedonline\/v2\/runPagespeed?*" ] } |