CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
Wat is CLS Checker - Journey Further?
CLS Checker - Journey Further is een Chrome-extensie ontwikkeld door Journey Further, en de belangrijkste functie is "Test and debug cumulative layout shifts (CLS) in the browser".
Extensie Screenshots
Download het CRX-bestand van de extensie CLS Checker - Journey Further
Download CLS Checker - Journey Further-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CLS Checker - Journey Further |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
Officiële URL | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
Beschrijving | Test and debug cumulative layout shifts (CLS) in the browser |
Bestandsgrootte | 107 KB |
Aantal Installaties | 6,559 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2021-04-22 |
Publicatiedatum | 2021-03-16 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Journey Further |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.journeyfurther.com |
Help Pagina-URL | https://www.journeyfurther.com |
Ondersteunde Talen | 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'" } |