WPT Lighthouse Calc
Calculate Lighthouse scores from WPT results.
Wat is WPT Lighthouse Calc?
WPT Lighthouse Calc is een Chrome-extensie ontwikkeld door Ramit Mittal, en de belangrijkste functie is "Calculate Lighthouse scores from WPT results.".
Extensie Screenshots
Download het CRX-bestand van de extensie WPT Lighthouse Calc
Download WPT Lighthouse Calc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jdgkljapgdgdkfbkoekdpjnbolgefdbb |
Officiële URL | https://chromewebstore.google.com/detail/wpt-lighthouse-calc/jdgkljapgdgdkfbkoekdpjnbolgefdbb |
Beschrijving | Calculate Lighthouse scores from WPT results. |
Bestandsgrootte | 7.95 KB |
Aantal Installaties | 149 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-04-25 |
Publicatiedatum | 2021-08-21 |
Ontwikkelaar | Ramit Mittal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ramitmittal/wpt-lighthouse-calc |
Help Pagina-URL | https://github.com/ramitmittal/wpt-lighthouse-calc |
Ondersteunde Talen | 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" ] } |