Page Speed Manager
The extension allows to check the speed of different pages for one or several sites at the same time
Page Speed Managerとは何ですか?
Page Speed Managerはhttps://chefranov.nameによって開発されたChromeの拡張機能で、その主な機能は「The extension allows to check the speed of different pages for one or several sites at the same time」です。
拡張機能のスクリーンショット
Page Speed Manager拡張機能のCRXファイルをダウンロード
Page Speed Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension allows to check the speed of different pages for one or several sites at the same time. You can track data from Page Speed Insights, Web Page Test and GTMetrix with one click. Tracking data will be saved and compared with previous results, you will see if speed becomes lower or higher. 1. Speed checking with Google speed insights, Web Page Test and GTMetrix 2. Possibility to add and delete links 3. Performance tracking and identifying of changes with green and red arrows 4. Possibility to check speed of all pages or choose one or several 5. Possibility to check speed with Google Speed Insights, Web Page Test and GTMetrix together or only with Page Speed Insights
拡張機能の基本情報
名前 | |
ID | baolbakhjmadhkemgffcefloijaokcfb |
公式URL | https://chrome.google.com/webstore/detail/page-speed-manager/baolbakhjmadhkemgffcefloijaokcfb |
説明 | The extension allows to check the speed of different pages for one or several sites at the same time |
ファイルサイズ | 301 KB |
インストール数 | 92 |
現在のバージョン | 0.0.6 |
最終更新日 | 2022-11-09 |
公開日 | 2020-06-17 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://chefranov.name |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://chefranov.name/projects/page-speed-manager/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page Speed Manager", "description": "The extension allows to check the speed of different pages for one or several sites at the same time", "version": "0.0.6", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-16.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "https:\/\/gtmetrix.com\/*", "http:\/\/gtmetrix.com\/*", "https:\/\/www.googleapis.com\/*", "http:\/\/www.googleapis.com\/*", "https:\/\/webpagetest.org\/*", "http:\/\/webpagetest.org\/*" ] } |