CLS Checker - Journey Further

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

Co to jest CLS Checker - Journey Further?

CLS Checker - Journey Further to rozszerzenie Chrome opracowane przez Journey Further, a jego główną funkcją jest „Test and debug cumulative layout shifts (CLS) in the browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CLS Checker - Journey Further

Pobierz pliki rozszerzeń CLS Checker - Journey Further w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CLS Checker - Journey Further CLS Checker - Journey Further
ID ejgjaeamjppjgmjnaaljcocboejdinpj
Oficjalny URL https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj
Opis Test and debug cumulative layout shifts (CLS) in the browser
Rozmiar pliku 107 KB
Liczba instalacji 6,559
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2021-04-22
Data Publikacji 2021-03-16
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Journey Further
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.journeyfurther.com
Adres URL Strony Pomocy https://www.journeyfurther.com
Obsługiwane Języki 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'"
}