LCP & CLS Monitor
Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor
LCP & CLS Monitorとは何ですか?
LCP & CLS MonitorはDima Soloveiによって開発されたChromeの拡張機能で、その主な機能は「Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor」です。
拡張機能のスクリーンショット
LCP & CLS Monitor拡張機能のCRXファイルをダウンロード
LCP & CLS Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | lcifpchofigigpgmhpghagcifokadjaa |
| 公式URL | https://chromewebstore.google.com/detail/lcp-cls-monitor/lcifpchofigigpgmhpghagcifokadjaa |
| 説明 | Core Web Vitals Largest Contentful Paint and Cumulative Layout Shift Monitor |
| ファイルサイズ | 19.96 KB |
| インストール数 | 873 |
| 現在のバージョン | 1.01 |
| 最終更新日 | 2021-04-26 |
| 公開日 | 2021-04-25 |
| 開発者 | Dima Solovei |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
}
} | |