Core Web Vitals
This extension measures Google Core Web Vital Scores
Qu'est-ce que Core Web Vitals ?
Core Web Vitals est une extension Chrome développée par Arun Surendran, et sa fonction principale est "This extension measures Google Core Web Vital Scores".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Core Web Vitals
Téléchargez les fichiers d'extension Core Web Vitals au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension basically measures the Google Core Web Vitals. It will highlight the Cumulative Layout Shifts in the page and as well as the Largest Content in the page, which helps the developers to understand the HTML elements that contribute to the scores. More over in the developer console, it also log the HTML elements that made a layout shift. This will make the developers easily identify the HTML elements to fix.
Informations de Base sur l'Extension
Nom | Core Web Vitals |
ID | adeniimnihmbpgpbljmnohjpoolmgabj |
URL Officiel | https://chromewebstore.google.com/detail/core-web-vitals/adeniimnihmbpgpbljmnohjpoolmgabj |
Description | This extension measures Google Core Web Vital Scores |
Taille du Fichier | 7.29 KB |
Nombre d'Installations | 10,485 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-11-02 |
Date de Publication | 2020-11-01 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Arun Surendran |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.linkedin.com/in/arun-surendran/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Core Web Vitals", "version": "0.1", "description": "This extension measures Google Core Web Vital Scores", "author": "Arun Surendran", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |