WPT Lighthouse Calc

Calculate Lighthouse scores from WPT results.

Qu'est-ce que WPT Lighthouse Calc ?

WPT Lighthouse Calc est une extension Chrome développée par Ramit Mittal, et sa fonction principale est "Calculate Lighthouse scores from WPT results.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WPT Lighthouse Calc

Téléchargez les fichiers d'extension WPT Lighthouse Calc 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

                        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.                    

Informations de Base sur l'Extension

Nom WPT Lighthouse Calc WPT Lighthouse Calc
ID jdgkljapgdgdkfbkoekdpjnbolgefdbb
URL Officiel https://chromewebstore.google.com/detail/wpt-lighthouse-calc/jdgkljapgdgdkfbkoekdpjnbolgefdbb
Description Calculate Lighthouse scores from WPT results.
Taille du Fichier 7.95 KB
Nombre d'Installations 149
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-04-25
Date de Publication 2021-08-21
Développeur Ramit Mittal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ramitmittal/wpt-lighthouse-calc
URL de la Page d'Aide https://github.com/ramitmittal/wpt-lighthouse-calc
Langues Prises en Charge 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"
    ]
}