Blackfire Profiler
Profile your applications from your browser.
Blackfire Profiler क्या है?
Blackfire Profiler Blackfire.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Profile your applications from your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Blackfire Profiler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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';" } |