WPT Lighthouse Calc

Calculate Lighthouse scores from WPT results.

Hvad er WPT Lighthouse Calc?

WPT Lighthouse Calc er en Chrome-udvidelse udviklet af Ramit Mittal, og dens hovedfunktion er "Calculate Lighthouse scores from WPT results.".

Udvidelsesskærmbilleder

screenshot

Download WPT Lighthouse Calc-udvidelses-CRX-fil

Download WPT Lighthouse Calc-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WPT Lighthouse Calc WPT Lighthouse Calc
ID jdgkljapgdgdkfbkoekdpjnbolgefdbb
Officiel URL https://chromewebstore.google.com/detail/wpt-lighthouse-calc/jdgkljapgdgdkfbkoekdpjnbolgefdbb
Beskrivelse Calculate Lighthouse scores from WPT results.
Filstørrelse 7.95 KB
Antal Installationer 149
Nuværende Version 1.0.1
Senest Opdateret 2023-04-25
Udgivelsesdato 2021-08-21
Udvikler Ramit Mittal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ramitmittal/wpt-lighthouse-calc
Hjælpeside-URL https://github.com/ramitmittal/wpt-lighthouse-calc
Understøttede Sprog 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"
    ]
}