GTmetrix Analyzer Plugin
This extension will analyze a page using GTmetrix
GTmetrix Analyzer Pluginとは何ですか?
GTmetrix Analyzer Pluginはdhruvdholakiaによって開発されたChromeの拡張機能で、その主な機能は「This extension will analyze a page using GTmetrix」です。
拡張機能のスクリーンショット
GTmetrix Analyzer Plugin拡張機能のCRXファイルをダウンロード
GTmetrix Analyzer Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Now, it's simple to check Metrics of the current website by the click of a single button on your chrome. The extension is directly integrated with GTMetrix website and gives you details of your current website on current tab. This extension helps you to be as Lazy as possible.
拡張機能の基本情報
名前 | |
ID | ileaeefphpfcplegpkbmfgfhifcnekgn |
公式URL | https://chrome.google.com/webstore/detail/gtmetrix-analyzer-plugin/ileaeefphpfcplegpkbmfgfhifcnekgn |
説明 | This extension will analyze a page using GTmetrix |
ファイルサイズ | 12.37 KB |
インストール数 | 199 |
現在のバージョン | 1.0 |
最終更新日 | 2017-02-21 |
公開日 | 2017-02-20 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | dhruvdholakia |
支払い方法 | free |
拡張機能のウェブサイト | http://togglebytes.com |
対応言語 | en |
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" ] } |