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 |
电子邮箱 | [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" } } |