Blackfire Profiler
Profile your applications from your browser.
Blackfire Profiler là gì?
Blackfire Profiler là một tiện ích mở rộng Chrome được phát triển bởi Blackfire.io, và tính năng chính của nó là "Profile your applications from your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Blackfire Profiler
Tải xuống các tệp mở rộng Blackfire Profiler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Blackfire Profiler |
ID | miefikpgahefdbcgoiicnmpbeeomffld |
URL Chính Thức | https://chromewebstore.google.com/detail/blackfire-profiler/miefikpgahefdbcgoiicnmpbeeomffld |
Mô tả | Profile your applications from your browser. |
Kích Thước Tệp | 3.73 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.27.40 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2020-06-01 |
Đánh Giá | 4.91/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | Blackfire.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://blackfire.io/ |
URL Trang Trợ Giúp | https://blackfire.io/ |
URL Trang Chính Sách Bảo Mật | https://blackfire.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |