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
官方網址 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"
    }
}