Blackfire Profiler
Profile your applications from your browser.
Blackfire Profiler란 무엇입니까?
Blackfire Profiler은(는) Blackfire.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Profile your applications from your browser."입니다.
확장 프로그램 스크린샷
Blackfire Profiler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Blackfire Profiler |
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';" } |