Performance-Analyser
Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Performance-Analyserとは何ですか?
Performance-AnalyserはMichael Mrowetzによって開発されたChromeの拡張機能で、その主な機能は「Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest」です。
拡張機能のスクリーンショット
Performance-Analyser拡張機能のCRXファイルをダウンロード
Performance-Analyser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Performance-Analyser (aka Performance-Analyzer) helps to analyze the current page through the Resource, Navigation and User Timing APIs - see requests by type, domain, load times, marks and more - instantly.
Performance-Analyser is the Chrome Extension version of Performance-Bookmarklet.
Code: https://github.com/micmro/performance-bookmarklet 拡張機能の基本情報
| 名前 | |
| ID | djgfmlohefpomchfabngccpbaflcahjf |
| 公式URL | https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf |
| 説明 | Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest |
| ファイルサイズ | 26.12 KB |
| インストール数 | 33,956 |
| 現在のバージョン | 1.7.2 |
| 最終更新日 | 2020-12-10 |
| 公開日 | 2015-05-12 |
| 評価 | 4.49/5 合計 43 レビュー |
| 開発者 | Michael Mrowetz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/micmro/performance-bookmarklet |
| ヘルプページのURL | https://github.com/micmro/performance-bookmarklet/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Performance-Analyser",
"short_name": "Performance-Analyzer",
"description": "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest",
"version": "1.7.2",
"homepage_url": "https:\/\/github.com\/micmro\/performance-bookmarklet",
"author": "Michael Mrowetz",
"icons": {
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"58": "images\/icon58.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"58": "images\/icon58.png",
"128": "images\/icon128.png"
}
},
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"permissions": [
" | |