CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
Was ist CLS Checker - Journey Further?
CLS Checker - Journey Further ist eine Chrome-Erweiterung, die von Journey Further entwickelt wurde, und ihr Hauptmerkmal ist "Test and debug cumulative layout shifts (CLS) in the browser".
Erweiterungsscreenshots
CLS Checker - Journey Further-Erweiterungs-CRX-Datei herunterladen
Laden Sie CLS Checker - Journey Further-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CLS Checker - Journey Further |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
Offizielle URL | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
Beschreibung | Test and debug cumulative layout shifts (CLS) in the browser |
Dateigröße | 107 KB |
Installationsanzahl | 6,559 |
Aktuelle Version | 0.0.0.3 |
Letztes Update | 2021-04-22 |
Veröffentlichungsdatum | 2021-03-16 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | Journey Further |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.journeyfurther.com |
Hilfeseite URL | https://www.journeyfurther.com |
Unterstützte Sprachen | 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'" } |