Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Co je Lighthouse?
Lighthouse je rozšíření Chrome vyvinuté https://developers.google.com/web, a jeho hlavní funkcí je „Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lighthouse
Stáhněte si soubory rozšíření Lighthouse ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Lighthouse |
ID | blipmdconlkpinefehnmjammfjpmpbjk |
Oficiální URL | https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk |
Popis | Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. |
Velikost souboru | 22.08 KB |
Počet instalací | 1,242,056 |
Aktuální Verze | 100.0.0.3 |
Poslední Aktualizace | 2023-08-24 |
Datum Vydání | 2019-11-19 |
Hodnocení | 4.43/5 Celkem 293 Hodnocení |
Vývojář | https://developers.google.com/web |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://developers.google.com/web/tools/lighthouse/ |
URL Stránky Nápovědy | https://github.com/GoogleChrome/lighthouse/issues/ |
Podporované Jazyky | 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" } } |