Core Web Vitals
This extension measures Google Core Web Vital Scores
What is Core Web Vitals?
Core Web Vitals is a Chrome extension developed by Arun Surendran, and its main feature is "This extension measures Google Core Web Vital Scores".
Extension Screenshots
Download Core Web Vitals Extension CRX File
Download Core Web Vitals extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Core Web Vitals |
ID | adeniimnihmbpgpbljmnohjpoolmgabj |
Official URL | https://chromewebstore.google.com/detail/core-web-vitals/adeniimnihmbpgpbljmnohjpoolmgabj |
Description | This extension measures Google Core Web Vital Scores |
File Size | 7.29 KB |
Installation Count | 10,485 |
Current Version | 0.1 |
Last Updated | 2020-11-02 |
Publish Date | 2020-11-01 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Arun Surendran |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.linkedin.com/in/arun-surendran/ |
Supported Languages | 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": [ " |