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 |
官方網址 | 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" } } } |