WPT Lighthouse Calc
Calculate Lighthouse scores from WPT results.
What is WPT Lighthouse Calc?
WPT Lighthouse Calc is a Chrome extension developed by Ramit Mittal, and its main feature is "Calculate Lighthouse scores from WPT results.".
Extension Screenshots
Download WPT Lighthouse Calc Extension CRX File
Download WPT Lighthouse Calc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jdgkljapgdgdkfbkoekdpjnbolgefdbb |
Official URL | https://chromewebstore.google.com/detail/wpt-lighthouse-calc/jdgkljapgdgdkfbkoekdpjnbolgefdbb |
Description | Calculate Lighthouse scores from WPT results. |
File Size | 7.95 KB |
Installation Count | 149 |
Current Version | 1.0.1 |
Last Updated | 2023-04-25 |
Publish Date | 2021-08-21 |
Developer | Ramit Mittal |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ramitmittal/wpt-lighthouse-calc |
Help Page URL | https://github.com/ramitmittal/wpt-lighthouse-calc |
Supported Languages | 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" ] } |