CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
什麼是CLS Checker - Journey Further?
CLS Checker - Journey Further是由Journey Further開發的Chrome擴展程式,該擴展的主要功能是“Test and debug cumulative layout shifts (CLS) in the browser”。
擴展截圖
下載CLS Checker - Journey Further擴展crx文件
下載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 |
官方網址 | 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'" } |