Lighthouse

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

Wat is Lighthouse?

Lighthouse is een Chrome-extensie ontwikkeld door https://developers.google.com/web, en de belangrijkste functie is "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Lighthouse

Download Lighthouse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lighthouse Lighthouse
ID blipmdconlkpinefehnmjammfjpmpbjk
Officiële URL https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk
Beschrijving Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Bestandsgrootte 22.08 KB
Aantal Installaties 1,242,056
Huidige Versie 100.0.0.3
Laatst Bijgewerkt 2023-08-24
Publicatiedatum 2019-11-19
Beoordeling 4.43/5 Totaal 293 Beoordelingen
Ontwikkelaar https://developers.google.com/web
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://developers.google.com/web/tools/lighthouse/
Help Pagina-URL https://github.com/GoogleChrome/lighthouse/issues/
Ondersteunde Talen 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"
    }
}