LCP & CLS Monitor
Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
什么是LCP & CLS Monitor?
LCP & CLS Monitor是由Dima Solovei开发的Chrome扩展程序,该扩展的主要功能是“Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor”。
扩展截图
下载LCP & CLS Monitor扩展crx文件
下载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 |
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" } } } |