Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Lighthouseとは何ですか?
Lighthouseはhttps://developers.google.com/webによって開発されたChromeの拡張機能で、その主な機能は「Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.」です。
拡張機能のスクリーンショット
Lighthouse拡張機能のCRXファイルをダウンロード
Lighthouse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. When auditing a page, Lighthouse runs a barrage of tests against the page, and then generates a report on how well the page did. From here you can use the failing tests as indicators on what you can do to improve your app. * Quick-start guide on using Lighthouse: https://developers.google.com/web/tools/lighthouse/ * View and share reports online: https://googlechrome.github.io/lighthouse/viewer/ * Github source and details: https://github.com/GoogleChrome/lighthouse
拡張機能の基本情報
名前 | Lighthouse |
ID | blipmdconlkpinefehnmjammfjpmpbjk |
公式URL | https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk |
説明 | Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. |
ファイルサイズ | 22.08 KB |
インストール数 | 1,242,056 |
現在のバージョン | 100.0.0.3 |
最終更新日 | 2023-08-24 |
公開日 | 2019-11-19 |
評価 | 4.43/5 合計 293 レビュー |
開発者 | https://developers.google.com/web |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://developers.google.com/web/tools/lighthouse/ |
ヘルプページのURL | https://github.com/GoogleChrome/lighthouse/issues/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lighthouse", "version": "100.0.0.3", "minimum_chrome_version": "88", "manifest_version": 3, "description": "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.", "icons": { "16": "images\/lh_favicon_16x16.png", "128": "images\/lh_logo_128x128.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_icon": { "32": "images\/lh_favicon_32x32.png" }, "default_title": "Lighthouse", "default_popup": "popup.html" } } |