Blackfire Profiler
Profile your applications from your browser.
Cos'è Blackfire Profiler?
Blackfire Profiler è un'estensione di Chrome sviluppata da Blackfire.io, e la sua funzione principale è "Profile your applications from your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blackfire Profiler
Scarica i file di estensione Blackfire Profiler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Blackfire Profiler |
ID | miefikpgahefdbcgoiicnmpbeeomffld |
URL Ufficiale | https://chromewebstore.google.com/detail/blackfire-profiler/miefikpgahefdbcgoiicnmpbeeomffld |
Descrizione | Profile your applications from your browser. |
Dimensione del File | 3.73 MB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.27.40 |
Ultimo Aggiornamento | 2024-03-05 |
Data di Pubblicazione | 2020-06-01 |
Valutazione | 4.91/5 Totale 23 Valutazioni |
Sviluppatore | Blackfire.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://blackfire.io/ |
URL della Pagina di Aiuto | https://blackfire.io/ |
URL della Pagina della Politica sulla Privacy | https://blackfire.io/privacy |
Lingue Supportate | 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';" } |