Lighthouse Mirror

Check reliable lighthouse reports of the websites you visit automatically.

Co to jest Lighthouse Mirror?

Lighthouse Mirror to rozszerzenie Chrome opracowane przez Shanmukh, a jego główną funkcją jest „Check reliable lighthouse reports of the websites you visit automatically.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lighthouse Mirror

Pobierz pliki rozszerzeń Lighthouse Mirror w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Lighthouse Mirror Lighthouse Mirror
ID ogicbkmpplckpdepecfiohmeopekcmpi
Oficjalny URL https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi
Opis Check reliable lighthouse reports of the websites you visit automatically.
Rozmiar pliku 23.64 KB
Liczba instalacji 48
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-10-17
Data Publikacji 2021-10-17
Deweloper Shanmukh
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}