CLS Checker - Journey Further
Test and debug cumulative layout shifts (CLS) in the browser
CLS Checker - Journey Furtherとは何ですか?
CLS Checker - Journey FurtherはJourney Furtherによって開発されたChromeの拡張機能で、その主な機能は「Test and debug cumulative layout shifts (CLS) in the browser」です。
拡張機能のスクリーンショット
CLS Checker - Journey Further拡張機能のCRXファイルをダウンロード
CLS Checker - Journey Further拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool measures the 'cumulative layout shifts' that occur when a page is loaded in the browser using data from the Chrome Performance API. These are then listed showing the 'layout shift' score and visualised on the webpage. Green squares show where the element started and red indicates where the element was shifted to.
拡張機能の基本情報
名前 | |
ID | ejgjaeamjppjgmjnaaljcocboejdinpj |
公式URL | https://chromewebstore.google.com/detail/cls-checker-journey-furth/ejgjaeamjppjgmjnaaljcocboejdinpj |
説明 | Test and debug cumulative layout shifts (CLS) in the browser |
ファイルサイズ | 107 KB |
インストール数 | 6,559 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2021-04-22 |
公開日 | 2021-03-16 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Journey Further |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.journeyfurther.com |
ヘルプページのURL | https://www.journeyfurther.com |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Test and debug cumulative layout shifts (CLS) in the browser", "version": "0.0.0.3", "name": "CLS Checker - Journey Further", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "cls-favicon-32.png" }, "icons": { "128": "cls-favicon-128.png" }, "permissions": [ "activeTab", "browsingData" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |