Lighthouse

Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.

O que é Lighthouse?

Lighthouse é uma extensão do Chrome desenvolvida por https://developers.google.com/web, e sua principal característica é "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Lighthouse

Baixe arquivos de extensão Lighthouse no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Lighthouse Lighthouse
ID blipmdconlkpinefehnmjammfjpmpbjk
URL Oficial https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk
Descrição Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.
Tamanho do Arquivo 22.08 KB
Contagem de Instalações 1,242,056
Versão Atual 100.0.0.3
Última Atualização 2023-08-24
Data de Publicação 2019-11-19
Classificação 4.43/5 Total de 293 Avaliações
Desenvolvedor https://developers.google.com/web
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://developers.google.com/web/tools/lighthouse/
URL da Página de Ajuda https://github.com/GoogleChrome/lighthouse/issues/
Idiomas Suportados 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"
    }
}