Lighthouse

Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.

Cos'è Lighthouse?

Lighthouse è un'estensione di Chrome sviluppata da https://developers.google.com/web, e la sua funzione principale è "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Lighthouse

Scarica i file di estensione Lighthouse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. 

When auditing a page, Lighthouse runs a barrage of tests against the page, and then generates a report on how well the page did. From here you can use the failing tests as indicators on what you can do to improve your app.

* Quick-start guide on using Lighthouse:
https://developers.google.com/web/tools/lighthouse/

* View and share reports online:
https://googlechrome.github.io/lighthouse/viewer/

* Github source and details:
https://github.com/GoogleChrome/lighthouse                    

Informazioni di Base sull'Estensione

Nome Lighthouse Lighthouse
ID blipmdconlkpinefehnmjammfjpmpbjk
URL Ufficiale https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk
Descrizione Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Dimensione del File 22.08 KB
Conteggio Installazioni 1,242,056
Versione Corrente 100.0.0.3
Ultimo Aggiornamento 2023-08-24
Data di Pubblicazione 2019-11-19
Valutazione 4.43/5 Totale 293 Valutazioni
Sviluppatore https://developers.google.com/web
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://developers.google.com/web/tools/lighthouse/
URL della Pagina di Aiuto https://github.com/GoogleChrome/lighthouse/issues/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lighthouse",
    "version": "100.0.0.3",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "description": "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.",
    "icons": {
        "16": "images\/lh_favicon_16x16.png",
        "128": "images\/lh_logo_128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "32": "images\/lh_favicon_32x32.png"
        },
        "default_title": "Lighthouse",
        "default_popup": "popup.html"
    }
}