GTmetrix Analyzer Plugin
This extension will analyze a page using GTmetrix
GTmetrix Analyzer Pluginとは何ですか?
GTmetrix Analyzer Pluginはdcannon1998によって開発されたChromeの拡張機能で、その主な機能は「This extension will analyze a page using GTmetrix」です。
GTmetrix Analyzer Plugin拡張機能のCRXファイルをダウンロード
GTmetrix Analyzer Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The GTmetrix Analyzer Plugin allows you to measure your ping with the current site you're on so, for example, if the site is taking an excessive amount of time to load you can use this to see if it's your connection that is the problem
拡張機能の基本情報
名前 | ![]() |
ID | abacfkkedifakkocbillijlcfhfblgci |
公式URL | https://chrome.google.com/webstore/detail/gtmetrix-analyzer-plugin/abacfkkedifakkocbillijlcfhfblgci |
説明 | This extension will analyze a page using GTmetrix |
ファイルサイズ | 4.78 KB |
インストール数 | 40 |
現在のバージョン | 1.0 |
最終更新日 | 2016-03-03 |
公開日 | 2016-02-23 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | dcannon1998 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GTmetrix Analyzer Plugin", "description": "This extension will analyze a page using GTmetrix", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |