LCP & CLS Monitor

Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor

LCP & CLS Monitorคืออะไร?

LCP & CLS Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dima Solovei และคุณลักษณะหลักของมันคือ "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LCP & CLS Monitor

ดาวน์โหลดไฟล์ส่วนขยาย LCP & CLS Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LCP & CLS Monitor LCP & CLS Monitor
ID lcifpchofigigpgmhpghagcifokadjaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa
คำอธิบาย Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
ขนาดไฟล์ 19.96 KB
จำนวนการติดตั้ง 873
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2021-04-26
วันที่เผยแพร่ 2021-04-25
ผู้พัฒนา Dima Solovei
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    }
}