Site Speed by DebugBear

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

Site Speed by DebugBearとは何ですか?

Site Speed by DebugBearはhttps://debugbear.comによって開発されたChromeの拡張機能で、その主な機能は「View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Site Speed by DebugBear拡張機能のCRXファイルをダウンロード

Site Speed by DebugBear拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Site Speed by DebugBear Site Speed by DebugBear
ID peomeonecjebolgekpnddgpgdigmpblc
公式URL https://chromewebstore.google.com/detail/site-speed-by-debugbear/peomeonecjebolgekpnddgpgdigmpblc
説明 View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.
ファイルサイズ 92.18 KB
インストール数 4,000
現在のバージョン 1.0.7
最終更新日 2023-08-21
公開日 2022-08-17
評価 4.67/5 合計 3 レビュー
開発者 https://debugbear.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.debugbear.com/site-speed-chrome-extension
プライバシーポリシーページのURL https://www.debugbear.com/extension/privacy
対応言語 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"
            ]
        }
    ]
}