Lighthouse

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

Vad är Lighthouse?

Lighthouse är en Chrome-tillägg utvecklad av https://developers.google.com/web, och dess huvudfunktion är "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Lighthouse-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 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                    

Grundläggande Information om Tillägg

Namn Lighthouse Lighthouse
ID blipmdconlkpinefehnmjammfjpmpbjk
Officiell webbadress https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk
Beskrivning Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Filstorlek 22.08 KB
Antal Installationer 1,242,056
Aktuell Version 100.0.0.3
Senast Uppdaterad 2023-08-24
Publiceringsdatum 2019-11-19
Betyg 4.43/5 Totalt 293 Betyg
Utvecklare https://developers.google.com/web
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://developers.google.com/web/tools/lighthouse/
Hjälpsida URL https://github.com/GoogleChrome/lighthouse/issues/
Stödda Språk 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"
    }
}