WebPageTest
This extension launches WebPageTest for the current page
WebPageTestとは何ですか?
WebPageTestはWebPageTestによって開発されたChromeの拡張機能で、その主な機能は「This extension launches WebPageTest for the current page」です。
拡張機能のスクリーンショット
WebPageTest拡張機能のCRXファイルをダウンロード
WebPageTest拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension launches WebPageTest tool on a current URL loaded in the browser.
Test your websites faster with one click. 拡張機能の基本情報
| 名前 | |
| ID | jhbepelanbbipbinkkjcadbjjinjmiec |
| 公式URL | https://chromewebstore.google.com/detail/webpagetest/jhbepelanbbipbinkkjcadbjjinjmiec |
| 説明 | This extension launches WebPageTest for the current page |
| ファイルサイズ | 27.61 KB |
| インストール数 | 4,051 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-02-08 |
| 公開日 | 2016-02-08 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | WebPageTest |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.webpagetest.org/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WebPageTest",
"description": "This extension launches WebPageTest for the current page",
"version": "1.0",
"icons": {
"16": "wpt16.png",
"48": "wpt48.png",
"128": "wpt128.png"
},
"browser_action": {
"default_icon": "wpt48.png",
"default_title": "Test performance"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage"
],
"options_ui": {
"chrome_style": true,
"page": "options.html"
}
} | |