LCP & CLS Monitor
Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
Wat is LCP & CLS Monitor?
LCP & CLS Monitor is een Chrome-extensie ontwikkeld door Dima Solovei, en de belangrijkste functie is "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor".
Extensie Screenshots
Download het CRX-bestand van de extensie LCP & CLS Monitor
Download LCP & CLS Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lcifpchofigigpgmhpghagcifokadjaa |
| Officiële URL | https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa |
| Beschrijving | Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor |
| Bestandsgrootte | 19.96 KB |
| Aantal Installaties | 873 |
| Huidige Versie | 1.01 |
| Laatst Bijgewerkt | 2021-04-26 |
| Publicatiedatum | 2021-04-25 |
| Ontwikkelaar | Dima Solovei |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |