Blackfire Profiler
Profile your applications from your browser.
什么是Blackfire Profiler?
Blackfire Profiler是由Blackfire.io开发的Chrome扩展程序,该扩展的主要功能是“Profile your applications from your browser.”。
扩展截图
下载Blackfire Profiler扩展crx文件
下载Blackfire Profiler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Blackfire helps you monitor your web applications performance, visualise and understand the hot spots, directly during development as well as on production servers with a very low overhead.
The web browser companion makes it easy to profile any page within the browser. 扩展基本信息
| 名称 | |
| ID | miefikpgahefdbcgoiicnmpbeeomffld |
| 官方URL | https://chromewebstore.google.com/detail/blackfire-profiler/miefikpgahefdbcgoiicnmpbeeomffld |
| 简介 | Profile your applications from your browser. |
| 文件大小 | 3.73 MB |
| 安装次数 | 10,000 |
| 当前版本 | 1.27.40 |
| 更新时间 | 2024-03-05 |
| 上架时间 | 2020-06-01 |
| 评分 | 4.91/5 共23次评分 |
| 开发者 | Blackfire.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://blackfire.io/ |
| 帮助页面URL | https://blackfire.io/ |
| 隐私政策页面URL | https://blackfire.io/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Blackfire Profiler",
"description": "Profile your applications from your browser.",
"homepage_url": "https:\/\/blackfire.io",
"author": "Blackfire",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_title": "Blackfire Browser Extension",
"default_icon": "\/img\/icon_enabled.png",
"default_popup": "popup-bundle.html"
},
"background": {
"scripts": [
"background-bundle.js"
]
},
"permissions": [
"alarms",
"webRequest",
"webRequestBlocking",
"activeTab",
"storage",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"web_accessible_resources": [
"toolbar.html",
"recorder-monitor-bundle.html"
],
"version": "1.27.40",
"minimum_chrome_version": "55",
"externally_connectable": {
"matches": [
"https:\/\/blackfire.io\/*",
"*:\/\/*.blackfire.io\/*"
]
},
"options_page": "options-bundle.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
} | |