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”。

扩展截图

screenshot
screenshot

下载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 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'"
}