Lighthouse
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Co to jest Lighthouse?
Lighthouse to rozszerzenie Chrome opracowane przez https://developers.google.com/web, a jego główną funkcją jest „Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lighthouse
Pobierz pliki rozszerzeń Lighthouse w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Lighthouse |
ID | blipmdconlkpinefehnmjammfjpmpbjk |
Oficjalny URL | https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk |
Opis | Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. |
Rozmiar pliku | 22.08 KB |
Liczba instalacji | 1,242,056 |
Aktualna Wersja | 100.0.0.3 |
Ostatnia Aktualizacja | 2023-08-24 |
Data Publikacji | 2019-11-19 |
Ocena | 4.43/5 Łącznie 293 Oceny |
Deweloper | https://developers.google.com/web |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://developers.google.com/web/tools/lighthouse/ |
Adres URL Strony Pomocy | https://github.com/GoogleChrome/lighthouse/issues/ |
Obsługiwane Języki | 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" } } |