Lighthouse Mirror

Check reliable lighthouse reports of the websites you visit automatically.

Hvad er Lighthouse Mirror?

Lighthouse Mirror er en Chrome-udvidelse udviklet af Shanmukh, og dens hovedfunktion er "Check reliable lighthouse reports of the websites you visit automatically.".

Udvidelsesskærmbilleder

screenshot

Download Lighthouse Mirror-udvidelses-CRX-fil

Download Lighthouse Mirror-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Lighthouse Mirror Lighthouse Mirror
ID ogicbkmpplckpdepecfiohmeopekcmpi
Officiel URL https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi
Beskrivelse Check reliable lighthouse reports of the websites you visit automatically.
Filstørrelse 23.64 KB
Antal Installationer 48
Nuværende Version 1.0.0
Senest Opdateret 2021-10-17
Udgivelsesdato 2021-10-17
Udvikler Shanmukh
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}