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".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة CLS Checker - Journey Further

قم بتنزيل ملفات الامتداد CLS Checker - Journey Further بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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'"
}