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 |
| Eメール | [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';"
} | |