Core Web Vitals
This extension measures Google Core Web Vital Scores
Core Web Vitalsとは何ですか?
Core Web VitalsはArun Surendranによって開発されたChromeの拡張機能で、その主な機能は「This extension measures Google Core Web Vital Scores」です。
拡張機能のスクリーンショット
Core Web Vitals拡張機能のCRXファイルをダウンロード
Core Web Vitals拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Core Web Vitals |
ID | adeniimnihmbpgpbljmnohjpoolmgabj |
公式URL | https://chromewebstore.google.com/detail/core-web-vitals/adeniimnihmbpgpbljmnohjpoolmgabj |
説明 | This extension measures Google Core Web Vital Scores |
ファイルサイズ | 7.29 KB |
インストール数 | 10,485 |
現在のバージョン | 0.1 |
最終更新日 | 2020-11-02 |
公開日 | 2020-11-01 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Arun Surendran |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://www.linkedin.com/in/arun-surendran/ |
対応言語 | 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": [ " |