Lighthouse

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

Τι είναι το Lighthouse;

Το Lighthouse είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://developers.google.com/web, και η κύρια λειτουργία του είναι "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lighthouse

Λήψη αρχείων επέκτασης Lighthouse σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lighthouse Lighthouse
ID blipmdconlkpinefehnmjammfjpmpbjk
Επίσημο URL https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk
Περιγραφή Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Μέγεθος Αρχείου 22.08 KB
Αριθμός Εγκαταστάσεων 1,242,056
Τρέχουσα Έκδοση 100.0.0.3
Τελευταία Ενημέρωση 2023-08-24
Ημερομηνία Δημοσίευσης 2019-11-19
Αξιολόγηση 4.43/5 Συνολικά 293 Αξιολογήσεις
Προγραμματιστής https://developers.google.com/web
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://developers.google.com/web/tools/lighthouse/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/GoogleChrome/lighthouse/issues/
Υποστηριζόμενες Γλώσσες 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"
    }
}