LCP & CLS Monitor
Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
Hvad er LCP & CLS Monitor?
LCP & CLS Monitor er en Chrome-udvidelse udviklet af Dima Solovei, og dens hovedfunktion er "Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor".
Udvidelsesskærmbilleder
Download LCP & CLS Monitor-udvidelses-CRX-fil
Download LCP & CLS Monitor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lcifpchofigigpgmhpghagcifokadjaa |
| Officiel URL | https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa |
| Beskrivelse | Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor |
| Filstørrelse | 19.96 KB |
| Antal Installationer | 873 |
| Nuværende Version | 1.01 |
| Senest Opdateret | 2021-04-26 |
| Udgivelsesdato | 2021-04-25 |
| Udvikler | Dima Solovei |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
}
} | |