CLS Checker - Journey Further

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

Vad är CLS Checker - Journey Further?

CLS Checker - Journey Further är en Chrome-tillägg utvecklad av Journey Further, och dess huvudfunktion är "Test and debug cumulative layout shifts (CLS) in the browser".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CLS Checker - Journey Further-förlängningens CRX-fil

Ladda ner CLS Checker - Journey Further-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CLS Checker - Journey Further CLS Checker - Journey Further
ID ejgjaeamjppjgmjnaaljcocboejdinpj
Officiell webbadress https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj
Beskrivning Test and debug cumulative layout shifts (CLS) in the browser
Filstorlek 107 KB
Antal Installationer 6,559
Aktuell Version 0.0.0.3
Senast Uppdaterad 2021-04-22
Publiceringsdatum 2021-03-16
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare Journey Further
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.journeyfurther.com
Hjälpsida URL https://www.journeyfurther.com
Stödda Språk 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'"
}