WPT Lighthouse Calc
Calculate Lighthouse scores from WPT results.
什么是WPT Lighthouse Calc?
WPT Lighthouse Calc是由Ramit Mittal开发的Chrome扩展程序,该扩展的主要功能是“Calculate Lighthouse scores from WPT results.”。
扩展截图
下载WPT Lighthouse Calc扩展crx文件
下载WPT Lighthouse Calc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jdgkljapgdgdkfbkoekdpjnbolgefdbb |
官方URL | https://chromewebstore.google.com/detail/wpt-lighthouse-calc/jdgkljapgdgdkfbkoekdpjnbolgefdbb |
简介 | Calculate Lighthouse scores from WPT results. |
文件大小 | 7.95 KB |
安装次数 | 149 |
当前版本 | 1.0.1 |
更新时间 | 2023-04-25 |
上架时间 | 2021-08-21 |
开发者 | Ramit Mittal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ramitmittal/wpt-lighthouse-calc |
帮助页面URL | https://github.com/ramitmittal/wpt-lighthouse-calc |
支持的语言 | 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" ] } |