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 |
官方網址 | 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" ] } |