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 |
| 电子邮箱 | [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": [
" | |