WPT Lighthouse Calc

Calculate Lighthouse scores from WPT results.

WPT Lighthouse Calcคืออะไร?

WPT Lighthouse Calc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ramit Mittal และคุณลักษณะหลักของมันคือ "Calculate Lighthouse scores from WPT results."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WPT Lighthouse Calc

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WPT Lighthouse Calc WPT Lighthouse Calc
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"
    ]
}