CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
CLS Checker - Journey Furtherคืออะไร?
CLS Checker - Journey Further เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Journey Further และคุณลักษณะหลักของมันคือ "Test and debug cumulative layout shifts (CLS) in the browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CLS Checker - Journey Further
ดาวน์โหลดไฟล์ส่วนขยาย CLS Checker - Journey Further ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CLS Checker - Journey Further |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
คำอธิบาย | Test and debug cumulative layout shifts (CLS) in the browser |
ขนาดไฟล์ | 107 KB |
จำนวนการติดตั้ง | 6,559 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2021-04-22 |
วันที่เผยแพร่ | 2021-03-16 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Journey Further |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.journeyfurther.com |
URL หน้าช่วยเหลือ | https://www.journeyfurther.com |
ภาษาที่รองรับ | 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'" } |