Blackfire Profiler

Profile your applications from your browser.

Was ist Blackfire Profiler?

Blackfire Profiler ist eine Chrome-Erweiterung, die von Blackfire.io entwickelt wurde, und ihr Hauptmerkmal ist "Profile your applications from your browser.".

Erweiterungsscreenshots

screenshot

Blackfire Profiler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blackfire Profiler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Blackfire Profiler Blackfire Profiler
ID miefikpgahefdbcgoiicnmpbeeomffld
Offizielle URL https://chromewebstore.google.com/detail/blackfire-profiler/miefikpgahefdbcgoiicnmpbeeomffld
Beschreibung Profile your applications from your browser.
Dateigröße 3.73 MB
Installationsanzahl 10,000
Aktuelle Version 1.27.40
Letztes Update 2024-03-05
Veröffentlichungsdatum 2020-06-01
Bewertung 4.91/5 Insgesamt 23 Bewertungen
Entwickler Blackfire.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://blackfire.io/
Hilfeseite URL https://blackfire.io/
URL der Datenschutzrichtlinien-Seite https://blackfire.io/privacy
Unterstützte Sprachen 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';"
}