CLS Checker - Journey Further

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

Cos'è CLS Checker - Journey Further?

CLS Checker - Journey Further è un'estensione di Chrome sviluppata da Journey Further, e la sua funzione principale è "Test and debug cumulative layout shifts (CLS) in the browser".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CLS Checker - Journey Further

Scarica i file di estensione CLS Checker - Journey Further in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CLS Checker - Journey Further CLS Checker - Journey Further
ID ejgjaeamjppjgmjnaaljcocboejdinpj
URL Ufficiale https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj
Descrizione Test and debug cumulative layout shifts (CLS) in the browser
Dimensione del File 107 KB
Conteggio Installazioni 6,559
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2021-04-22
Data di Pubblicazione 2021-03-16
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Journey Further
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.journeyfurther.com
URL della Pagina di Aiuto https://www.journeyfurther.com
Lingue Supportate 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'"
}