Blackfire Profiler
Profile your applications from your browser.
Qu'est-ce que Blackfire Profiler ?
Blackfire Profiler est une extension Chrome développée par Blackfire.io, et sa fonction principale est "Profile your applications from your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blackfire Profiler
Téléchargez les fichiers d'extension Blackfire Profiler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Blackfire Profiler |
ID | miefikpgahefdbcgoiicnmpbeeomffld |
URL Officiel | https://chromewebstore.google.com/detail/blackfire-profiler/miefikpgahefdbcgoiicnmpbeeomffld |
Description | Profile your applications from your browser. |
Taille du Fichier | 3.73 MB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.27.40 |
Dernière Mise à Jour | 2024-03-05 |
Date de Publication | 2020-06-01 |
Évaluation | 4.91/5 Total 23 Évaluations |
Développeur | Blackfire.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://blackfire.io/ |
URL de la Page d'Aide | https://blackfire.io/ |
URL de la Page de Politique de Confidentialité | https://blackfire.io/privacy |
Langues Prises en Charge | 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';" } |