CLS Checker - Journey Further

Test and debug cumulative layout shifts (CLS) in the browser

CLS Checker - Journey Further란 무엇입니까?

CLS Checker - Journey Further은(는) Journey Further에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Test and debug cumulative layout shifts (CLS) in the browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CLS Checker - Journey Further 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool measures the 'cumulative layout shifts' that occur when a page is loaded in the browser using data from the Chrome Performance API. These are then listed showing the 'layout shift' score and visualised on the webpage.

Green squares show where the element started and red indicates where the element was shifted to.                    

확장 프로그램 기본 정보

이름 CLS Checker - Journey Further CLS Checker - Journey Further
ID ejgjaeamjppjgmjnaaljcocboejdinpj
공식 URL https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj
설명 Test and debug cumulative layout shifts (CLS) in the browser
파일 크기 107 KB
설치 횟수 6,559
현재 버전 0.0.0.3
최근 업데이트 2021-04-22
출시 날짜 2021-03-16
평점 5.00/5 총 9 개의 평점
개발자 Journey Further
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.journeyfurther.com
도움말 페이지 URL https://www.journeyfurther.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Test and debug cumulative layout shifts (CLS) in the browser",
    "version": "0.0.0.3",
    "name": "CLS Checker - Journey Further",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "cls-favicon-32.png"
    },
    "icons": {
        "128": "cls-favicon-128.png"
    },
    "permissions": [
        "activeTab",
        "browsingData"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}