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 擴展基本資訊
| 名稱 | |
| ID | blipmdconlkpinefehnmjammfjpmpbjk |
| 官方網址 | 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"
}
} | |