Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Lighthouseคืออะไร?
Lighthouse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://developers.google.com/web และคุณลักษณะหลักของมันคือ "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lighthouse
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |