webhint

Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.

O que é webhint?

webhint é uma extensão do Chrome desenvolvida por webhint, e sua principal característica é "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão webhint

Baixe arquivos de extensão webhint 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

                        Webhint is a tool for developers that can help you find issues in different areas. Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.

The browser extension allows you to easily get feedback from the categories you are interested on, get hints for the browsers you are targetting and ignore resources from third party resources. All with links to documentation to help you fix them.                    

Informações Básicas da Extensão

Nome webhint webhint
ID gccemnpihkbgkdmoogenkbkckppadcag
URL Oficial https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag
Descrição Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Tamanho do Arquivo 720 KB
Contagem de Instalações 4,672
Versão Atual 2.4.14
Última Atualização 2023-06-28
Data de Publicação 2020-05-21
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor webhint
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webhint.io
URL da Página de Ajuda https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "webhint",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "icons": {
        "180": "icon.png"
    },
    "browser_action": {
        "default_title": "webhint",
        "default_popup": "browser-action\/browser-action.html"
    },
    "default_locale": "en",
    "description": "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.",
    "devtools_page": "devtools\/devtools.html",
    "manifest_version": 2,
    "name": "webhint",
    "permissions": [
        "",
        "webNavigation"
    ],
    "version": "2.4.14"
}