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 |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |