Lighthouse Mirror
Check reliable lighthouse reports of the websites you visit automatically.
Lighthouse Mirrorคืออะไร?
Lighthouse Mirror เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shanmukh และคุณลักษณะหลักของมันคือ "Check reliable lighthouse reports of the websites you visit automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lighthouse Mirror
ดาวน์โหลดไฟล์ส่วนขยาย Lighthouse Mirror ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lighthouse Mirror is an extension to see how well the websites you visit performs. The tests are run automatically when you open the extension using a simulated mobile device remotely, throttled to a fast 3G network & 4x CPU slowdown.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogicbkmpplckpdepecfiohmeopekcmpi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi |
คำอธิบาย | Check reliable lighthouse reports of the websites you visit automatically. |
ขนาดไฟล์ | 23.64 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-10-17 |
วันที่เผยแพร่ | 2021-10-17 |
ผู้พัฒนา | Shanmukh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lighthouse Mirror", "description": "Check reliable lighthouse reports of the websites you visit automatically.", "version": "1.0.0", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "icons": { "32": "assets\/icon32.png", "128": "assets\/icon128.png" } } |