CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
Qu'est-ce que CLS Checker - Journey Further ?
CLS Checker - Journey Further est une extension Chrome développée par Journey Further, et sa fonction principale est "Test and debug cumulative layout shifts (CLS) in the browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CLS Checker - Journey Further
Téléchargez les fichiers d'extension CLS Checker - Journey Further au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CLS Checker - Journey Further |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
URL Officiel | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
Description | Test and debug cumulative layout shifts (CLS) in the browser |
Taille du Fichier | 107 KB |
Nombre d'Installations | 6,559 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2021-04-22 |
Date de Publication | 2021-03-16 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Journey Further |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.journeyfurther.com |
URL de la Page d'Aide | https://www.journeyfurther.com |
Langues Prises en Charge | 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'" } |