LCP & CLS Monitor

Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor

Что такое LCP & CLS Monitor?

LCP & CLS Monitor - это расширение Chrome, разработанное Dima Solovei, и его основная функция - "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения LCP & CLS Monitor

Скачайте файлы расширений LCP & CLS Monitor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This helps to identify problematic elements causing CLS performance issues on the page by visually highlighting them with a red border. Also in the lower left corner you can watch the change of this indicator while staying on the page.                    

Основная информация о расширении

Название LCP & CLS Monitor LCP & CLS Monitor
ID lcifpchofigigpgmhpghagcifokadjaa
Официальный URL https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa
Описание Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
Размер файла 19.96 KB
Количество установок 873
Текущая Версия 1.01
Последнее Обновление 2021-04-26
Дата публикации 2021-04-25
Разработчик Dima Solovei
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LCP & CLS Monitor",
    "description": "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor",
    "version": "1.01",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    }
}