Lighthouse

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

What is Lighthouse?

Lighthouse is a Chrome extension developed by https://developers.google.com/web, and its main feature is "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".

Extension Screenshots

screenshot
screenshot

Download Lighthouse Extension CRX File

Download Lighthouse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Lighthouse Lighthouse
ID blipmdconlkpinefehnmjammfjpmpbjk
Official URL https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk
Description Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
File Size 22.08 KB
Installation Count 1,242,056
Current Version 100.0.0.3
Last Updated 2023-08-24
Publish Date 2019-11-19
Rating 4.43/5 Total 293 Ratings
Developer https://developers.google.com/web
Email [email protected]
Payment Type free
Extension Website https://developers.google.com/web/tools/lighthouse/
Help Page URL https://github.com/GoogleChrome/lighthouse/issues/
Supported Languages 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"
    }
}