CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
¿Qué es CLS Checker - Journey Further?
CLS Checker - Journey Further es una extensión de Chrome desarrollada por Journey Further, y su función principal es "Test and debug cumulative layout shifts (CLS) in the browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CLS Checker - Journey Further
Descarga archivos de extensión CLS Checker - Journey Further en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | CLS Checker - Journey Further |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
URL Oficial | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
Descripción | Test and debug cumulative layout shifts (CLS) in the browser |
Tamaño del Archivo | 107 KB |
Cantidad de Instalaciones | 6,559 |
Versión Actual | 0.0.0.3 |
Última Actualización | 2021-04-22 |
Fecha de Publicación | 2021-03-16 |
Calificación | 5.00/5 Total de 9 Calificaciones |
Desarrollador | Journey Further |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.journeyfurther.com |
URL de la Página de Ayuda | https://www.journeyfurther.com |
Idiomas Soportados | 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'" } |