Blackfire Profiler
Profile your applications from your browser.
O que é Blackfire Profiler?
Blackfire Profiler é uma extensão do Chrome desenvolvida por Blackfire.io, e sua principal característica é "Profile your applications from your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blackfire Profiler
Baixe arquivos de extensão Blackfire Profiler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Blackfire Profiler |
ID | miefikpgahefdbcgoiicnmpbeeomffld |
URL Oficial | https://chromewebstore.google.com/detail/blackfire-profiler/miefikpgahefdbcgoiicnmpbeeomffld |
Descrição | Profile your applications from your browser. |
Tamanho do Arquivo | 3.73 MB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.27.40 |
Última Atualização | 2024-03-05 |
Data de Publicação | 2020-06-01 |
Classificação | 4.91/5 Total de 23 Avaliações |
Desenvolvedor | Blackfire.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://blackfire.io/ |
URL da Página de Ajuda | https://blackfire.io/ |
URL da Página de Política de Privacidade | https://blackfire.io/privacy |
Idiomas Suportados | 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';" } |