Lighthouse Mirror

Check reliable lighthouse reports of the websites you visit automatically.

Vad är Lighthouse Mirror?

Lighthouse Mirror är en Chrome-tillägg utvecklad av Shanmukh, och dess huvudfunktion är "Check reliable lighthouse reports of the websites you visit automatically.".

Tilläggsskärmbilder

screenshot

Ladda ner Lighthouse Mirror-förlängningens CRX-fil

Ladda ner Lighthouse Mirror-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lighthouse Mirror Lighthouse Mirror
ID ogicbkmpplckpdepecfiohmeopekcmpi
Officiell webbadress https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi
Beskrivning Check reliable lighthouse reports of the websites you visit automatically.
Filstorlek 23.64 KB
Antal Installationer 48
Aktuell Version 1.0.0
Senast Uppdaterad 2021-10-17
Publiceringsdatum 2021-10-17
Utvecklare Shanmukh
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}