Lighthouse Mirror

Check reliable lighthouse reports of the websites you visit automatically.

什么是Lighthouse Mirror?

Lighthouse Mirror是由Shanmukh开发的Chrome扩展程序,该扩展的主要功能是“Check reliable lighthouse reports of the websites you visit automatically.”。

扩展截图

screenshot

下载Lighthouse Mirror扩展crx文件

下载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.                    

扩展基本信息

名称 Lighthouse Mirror Lighthouse Mirror
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"
    }
}