Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Was ist Lighthouse?
Lighthouse ist eine Chrome-Erweiterung, die von https://developers.google.com/web entwickelt wurde, und ihr Hauptmerkmal ist "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".
Erweiterungsscreenshots
Lighthouse-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lighthouse-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Lighthouse |
ID | blipmdconlkpinefehnmjammfjpmpbjk |
Offizielle URL | https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk |
Beschreibung | Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. |
Dateigröße | 22.08 KB |
Installationsanzahl | 1,242,056 |
Aktuelle Version | 100.0.0.3 |
Letztes Update | 2023-08-24 |
Veröffentlichungsdatum | 2019-11-19 |
Bewertung | 4.43/5 Insgesamt 293 Bewertungen |
Entwickler | https://developers.google.com/web |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://developers.google.com/web/tools/lighthouse/ |
Hilfeseite URL | https://github.com/GoogleChrome/lighthouse/issues/ |
Unterstützte Sprachen | 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" } } |