Lighthouse Mirror

Check reliable lighthouse reports of the websites you visit automatically.

Qu'est-ce que Lighthouse Mirror ?

Lighthouse Mirror est une extension Chrome développée par Shanmukh, et sa fonction principale est "Check reliable lighthouse reports of the websites you visit automatically.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lighthouse Mirror

Téléchargez les fichiers d'extension Lighthouse Mirror au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lighthouse Mirror Lighthouse Mirror
ID ogicbkmpplckpdepecfiohmeopekcmpi
URL Officiel https://chrome.google.com/webstore/detail/lighthouse-mirror/ogicbkmpplckpdepecfiohmeopekcmpi
Description Check reliable lighthouse reports of the websites you visit automatically.
Taille du Fichier 23.64 KB
Nombre d'Installations 48
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-10-17
Date de Publication 2021-10-17
Développeur Shanmukh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}