LCP & CLS Monitor
Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
Was ist LCP & CLS Monitor?
LCP & CLS Monitor ist eine Chrome-Erweiterung, die von Dima Solovei entwickelt wurde, und ihr Hauptmerkmal ist "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor".
Erweiterungsscreenshots
LCP & CLS Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie LCP & CLS Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lcifpchofigigpgmhpghagcifokadjaa |
| Offizielle URL | https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa |
| Beschreibung | Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor |
| Dateigröße | 19.96 KB |
| Installationsanzahl | 873 |
| Aktuelle Version | 1.01 |
| Letztes Update | 2021-04-26 |
| Veröffentlichungsdatum | 2021-04-25 |
| Entwickler | Dima Solovei |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
}
} | |