Lighthouse Mirror
Check reliable lighthouse reports of the websites you visit automatically.
Lighthouse Mirror là gì?
Lighthouse Mirror là một tiện ích mở rộng Chrome được phát triển bởi Shanmukh, và tính năng chính của nó là "Check reliable lighthouse reports of the websites you visit automatically.".
Ả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 Mirror
Tải xuống các tệp mở rộng Lighthouse Mirror 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ogicbkmpplckpdepecfiohmeopekcmpi |
URL Chính Thức | https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi |
Mô tả | Check reliable lighthouse reports of the websites you visit automatically. |
Kích Thước Tệp | 23.64 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-10-17 |
Ngày Phát Hành | 2021-10-17 |
Nhà Phát Triển | Shanmukh |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |