Lighthouse

Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.

Lighthouse란 무엇입니까?

Lighthouse은(는) https://developers.google.com/web에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. 

When auditing a page, Lighthouse runs a barrage of tests against the page, and then generates a report on how well the page did. From here you can use the failing tests as indicators on what you can do to improve your app.

* Quick-start guide on using Lighthouse:
https://developers.google.com/web/tools/lighthouse/

* View and share reports online:
https://googlechrome.github.io/lighthouse/viewer/

* Github source and details:
https://github.com/GoogleChrome/lighthouse                    

확장 프로그램 기본 정보

이름 Lighthouse Lighthouse
ID blipmdconlkpinefehnmjammfjpmpbjk
공식 URL https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk
설명 Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
파일 크기 22.08 KB
설치 횟수 1,242,056
현재 버전 100.0.0.3
최근 업데이트 2023-08-24
출시 날짜 2019-11-19
평점 4.43/5 총 293 개의 평점
개발자 https://developers.google.com/web
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://developers.google.com/web/tools/lighthouse/
도움말 페이지 URL https://github.com/GoogleChrome/lighthouse/issues/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lighthouse",
    "version": "100.0.0.3",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "description": "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.",
    "icons": {
        "16": "images\/lh_favicon_16x16.png",
        "128": "images\/lh_logo_128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "32": "images\/lh_favicon_32x32.png"
        },
        "default_title": "Lighthouse",
        "default_popup": "popup.html"
    }
}