WPT Lighthouse Calc

Calculate Lighthouse scores from WPT results.

WPT Lighthouse Calc란 무엇입니까?

WPT Lighthouse Calc은(는) Ramit Mittal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate Lighthouse scores from WPT results."입니다.

확장 프로그램 스크린샷

screenshot

WPT Lighthouse Calc 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}