LCP & CLS Monitor

Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor

O que é LCP & CLS Monitor?

LCP & CLS Monitor é uma extensão do Chrome desenvolvida por Dima Solovei, e sua principal característica é "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LCP & CLS Monitor

Baixe arquivos de extensão LCP & CLS Monitor 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 helps to identify problematic elements causing CLS performance issues on the page by visually highlighting them with a red border. Also in the lower left corner you can watch the change of this indicator while staying on the page.                    

Informações Básicas da Extensão

Nome LCP & CLS Monitor LCP & CLS Monitor
ID lcifpchofigigpgmhpghagcifokadjaa
URL Oficial https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa
Descrição Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
Tamanho do Arquivo 19.96 KB
Contagem de Instalações 873
Versão Atual 1.01
Última Atualização 2021-04-26
Data de Publicação 2021-04-25
Desenvolvedor Dima Solovei
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LCP & CLS Monitor",
    "description": "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor",
    "version": "1.01",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    }
}