Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Lighthouse là gì?
Lighthouse là một tiện ích mở rộng Chrome được phát triển bởi https://developers.google.com/web, và tính năng chính của nó là "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lighthouse
Tải xuống các tệp mở rộng Lighthouse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lighthouse |
ID | blipmdconlkpinefehnmjammfjpmpbjk |
URL Chính Thức | https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk |
Mô tả | Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. |
Kích Thước Tệp | 22.08 KB |
Số Lần Cài Đặt | 1,242,056 |
Phiên Bản Hiện Tại | 100.0.0.3 |
Cập Nhật Lần Cuối | 2023-08-24 |
Ngày Phát Hành | 2019-11-19 |
Đánh Giá | 4.43/5 Tổng số 293 Đánh Giá |
Nhà Phát Triển | https://developers.google.com/web |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://developers.google.com/web/tools/lighthouse/ |
URL Trang Trợ Giúp | https://github.com/GoogleChrome/lighthouse/issues/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |