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.".
Снимки экрана расширения
Скачать файл 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 Основная информация о расширении
| Название | |
| 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"
}
} | |