CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
O que é CLS Checker - Journey Further?
CLS Checker - Journey Further é uma extensão do Chrome desenvolvida por Journey Further, e sua principal característica é "Test and debug cumulative layout shifts (CLS) in the browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CLS Checker - Journey Further
Baixe arquivos de extensão CLS Checker - Journey Further no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | CLS Checker - Journey Further |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
URL Oficial | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
Descrição | Test and debug cumulative layout shifts (CLS) in the browser |
Tamanho do Arquivo | 107 KB |
Contagem de Instalações | 6,559 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2021-04-22 |
Data de Publicação | 2021-03-16 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | Journey Further |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.journeyfurther.com |
URL da Página de Ajuda | https://www.journeyfurther.com |
Idiomas Suportados | 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'" } |