LCP & CLS Monitor

Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor

Cos'è LCP & CLS Monitor?

LCP & CLS Monitor è un'estensione di Chrome sviluppata da Dima Solovei, e la sua funzione principale è "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LCP & CLS Monitor

Scarica i file di estensione LCP & CLS Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LCP & CLS Monitor LCP & CLS Monitor
ID lcifpchofigigpgmhpghagcifokadjaa
URL Ufficiale https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa
Descrizione Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
Dimensione del File 19.96 KB
Conteggio Installazioni 873
Versione Corrente 1.01
Ultimo Aggiornamento 2021-04-26
Data di Pubblicazione 2021-04-25
Sviluppatore Dima Solovei
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}