WPT Lighthouse Calc

Calculate Lighthouse scores from WPT results.

Vad är WPT Lighthouse Calc?

WPT Lighthouse Calc är en Chrome-tillägg utvecklad av Ramit Mittal, och dess huvudfunktion är "Calculate Lighthouse scores from WPT results.".

Tilläggsskärmbilder

screenshot

Ladda ner WPT Lighthouse Calc-förlängningens CRX-fil

Ladda ner WPT Lighthouse Calc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn WPT Lighthouse Calc WPT Lighthouse Calc
ID jdgkljapgdgdkfbkoekdpjnbolgefdbb
Officiell webbadress https://chromewebstore.google.com/detail/wpt-lighthouse-calc/jdgkljapgdgdkfbkoekdpjnbolgefdbb
Beskrivning Calculate Lighthouse scores from WPT results.
Filstorlek 7.95 KB
Antal Installationer 149
Aktuell Version 1.0.1
Senast Uppdaterad 2023-04-25
Publiceringsdatum 2021-08-21
Utvecklare Ramit Mittal
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ramitmittal/wpt-lighthouse-calc
Hjälpsida URL https://github.com/ramitmittal/wpt-lighthouse-calc
Stödda Språk 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"
    ]
}