Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Qu'est-ce que Lighthouse ?
Lighthouse est une extension Chrome développée par https://developers.google.com/web, et sa fonction principale est "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lighthouse
Téléchargez les fichiers d'extension Lighthouse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Lighthouse |
ID | blipmdconlkpinefehnmjammfjpmpbjk |
URL Officiel | 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. |
Taille du Fichier | 22.08 KB |
Nombre d'Installations | 1,242,056 |
Version Actuelle | 100.0.0.3 |
Dernière Mise à Jour | 2023-08-24 |
Date de Publication | 2019-11-19 |
Évaluation | 4.43/5 Total 293 Évaluations |
Développeur | https://developers.google.com/web |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://developers.google.com/web/tools/lighthouse/ |
URL de la Page d'Aide | https://github.com/GoogleChrome/lighthouse/issues/ |
Langues Prises en Charge | 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" } } |