LCP & CLS Monitor

Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor

Apa itu LCP & CLS Monitor?

LCP & CLS Monitor adalah ekstensi Chrome yang dikembangkan oleh Dima Solovei, dan fitur utamanya adalah "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LCP & CLS Monitor

Unduh file ekstensi LCP & CLS Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LCP & CLS Monitor LCP & CLS Monitor
ID lcifpchofigigpgmhpghagcifokadjaa
URL Resmi https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa
Deskripsi Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
Ukuran File 19.96 KB
Jumlah Instalasi 873
Versi Saat Ini 1.01
Terakhir Diperbarui 2021-04-26
Tanggal Publikasi 2021-04-25
Pengembang Dima Solovei
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}