CLS Checker - Journey Further

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

Hvad er CLS Checker - Journey Further?

CLS Checker - Journey Further er en Chrome-udvidelse udviklet af Journey Further, og dens hovedfunktion er "Test and debug cumulative layout shifts (CLS) in the browser".

Udvidelsesskærmbilleder

screenshot
screenshot

Download CLS Checker - Journey Further-udvidelses-CRX-fil

Download CLS Checker - Journey Further-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CLS Checker - Journey Further CLS Checker - Journey Further
ID ejgjaeamjppjgmjnaaljcocboejdinpj
Officiel URL https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj
Beskrivelse Test and debug cumulative layout shifts (CLS) in the browser
Filstørrelse 107 KB
Antal Installationer 6,559
Nuværende Version 0.0.0.3
Senest Opdateret 2021-04-22
Udgivelsesdato 2021-03-16
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler Journey Further
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.journeyfurther.com
Hjælpeside-URL https://www.journeyfurther.com
Understøttede Sprog 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'"
}