Lighthouse Mirror

Check reliable lighthouse reports of the websites you visit automatically.

Lighthouse Mirror란 무엇입니까?

Lighthouse Mirror은(는) Shanmukh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check reliable lighthouse reports of the websites you visit automatically."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Lighthouse Mirror is an extension to see how well the websites you visit performs. The tests are run automatically when you open the extension using a simulated mobile device remotely, throttled to a fast 3G network & 4x CPU slowdown.                    

확장 프로그램 기본 정보

이름 Lighthouse Mirror Lighthouse Mirror
ID ogicbkmpplckpdepecfiohmeopekcmpi
공식 URL https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi
설명 Check reliable lighthouse reports of the websites you visit automatically.
파일 크기 23.64 KB
설치 횟수 48
현재 버전 1.0.0
최근 업데이트 2021-10-17
출시 날짜 2021-10-17
개발자 Shanmukh
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lighthouse Mirror",
    "description": "Check reliable lighthouse reports of the websites you visit automatically.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "32": "assets\/icon32.png",
        "128": "assets\/icon128.png"
    }
}