CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
CLS Checker - Journey Further là gì?
CLS Checker - Journey Further là một tiện ích mở rộng Chrome được phát triển bởi Journey Further, và tính năng chính của nó là "Test and debug cumulative layout shifts (CLS) in the browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CLS Checker - Journey Further
Tải xuống các tệp mở rộng CLS Checker - Journey Further dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CLS Checker - Journey Further |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
URL Chính Thức | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
Mô tả | Test and debug cumulative layout shifts (CLS) in the browser |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 6,559 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2021-04-22 |
Ngày Phát Hành | 2021-03-16 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Journey Further |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.journeyfurther.com |
URL Trang Trợ Giúp | https://www.journeyfurther.com |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |