Site Speed by DebugBear

View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.

Qu'est-ce que Site Speed by DebugBear ?

Site Speed by DebugBear est une extension Chrome développée par https://debugbear.com, et sa fonction principale est "View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Site Speed by DebugBear

Téléchargez les fichiers d'extension Site Speed by DebugBear 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

                        View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.

The extension also shows the observed metrics collected by PageSpeed Insights prior to applying the throttling simulation. This can help you interpret the final reported metrics.

The extension shows the following metrics:
- Full TTFB
- First Contentful Paint
- Largest Contentful Paint
- Cumulative Layout Shift / CLS
- First Input Delay (only after user interaction with the current page)
- Interaction to Next Paint (only after user interaction with the current page)

The "View on DebugBear" link is shown to users logged into the DebugBear monitoring tool.                    

Informations de Base sur l'Extension

Nom Site Speed by DebugBear Site Speed by DebugBear
ID peomeonecjebolgekpnddgpgdigmpblc
URL Officiel https://chromewebstore.google.com/detail/site-speed-by-debugbear/peomeonecjebolgekpnddgpgdigmpblc
Description View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.
Taille du Fichier 92.18 KB
Nombre d'Installations 4,000
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-08-21
Date de Publication 2022-08-17
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://debugbear.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.debugbear.com/site-speed-chrome-extension
URL de la Page de Politique de Confidentialité https://www.debugbear.com/extension/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Speed by DebugBear",
    "description": "View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.",
    "version": "1.0.7",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.debugbear.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/images\/*",
                "\/node_modules\/web-vitals\/dist\/web-vitals.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/psiContent.bundle.js",
                "psiInlineScript.js",
                "\/assets\/images\/*",
                "images\/*"
            ],
            "matches": [
                "https:\/\/pagespeed.web.dev\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon\/ICON_16.png",
        "32": "images\/icon\/ICON_32.png",
        "48": "images\/icon\/ICON_48.png",
        "128": "images\/icon\/ICON_128.png"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pagespeed.web.dev\/*"
            ],
            "js": [
                "js\/psiContent.bundle.js"
            ]
        }
    ]
}