WPT Lighthouse Calc

Calculate Lighthouse scores from WPT results.

WPT Lighthouse Calcとは何ですか?

WPT Lighthouse CalcはRamit Mittalによって開発されたChromeの拡張機能で、その主な機能は「Calculate Lighthouse scores from WPT results.」です。

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

screenshot

WPT Lighthouse Calc拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Open the Lighthouse Scoring Calculator with values from a WPT test results page.
Simply visit a WPT test result page and press the activation shortcut.
The Lighthouse score will open in a new tab.

This extension is also compatible with private WPT instances.
Make sure you enable the activation shortcut from your extension settings.                    

拡張機能の基本情報

名前 WPT Lighthouse Calc WPT Lighthouse Calc
ID jdgkljapgdgdkfbkoekdpjnbolgefdbb
公式URL https://chromewebstore.google.com/detail/wpt-lighthouse-calc/jdgkljapgdgdkfbkoekdpjnbolgefdbb
説明 Calculate Lighthouse scores from WPT results.
ファイルサイズ 7.95 KB
インストール数 149
現在のバージョン 1.0.1
最終更新日 2023-04-25
公開日 2021-08-21
開発者 Ramit Mittal
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ramitmittal/wpt-lighthouse-calc
ヘルプページのURL https://github.com/ramitmittal/wpt-lighthouse-calc
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WPT Lighthouse Calc",
    "description": "Calculate Lighthouse scores from WPT results.",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "commands": {
        "open": {
            "suggested_key": "Alt+L",
            "description": "Open Lighthouse Scorecalc page from WPT results"
        }
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}