Markup Validator

Check the markup of the current page using different markup validators

O que é Markup Validator?

Markup Validator é uma extensão do Chrome desenvolvida por Roman Grinyov, e sua principal característica é "Check the markup of the current page using different markup validators".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Markup Validator

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

                        The extension is designed to check the markup of the current page or just any HTML code.

Source code: https://github.com/w3lifer/crx-markup-validator                    

Informações Básicas da Extensão

Nome Markup Validator Markup Validator
ID fkkaidikdiekajbmmpiggofmjcgajegl
URL Oficial https://chromewebstore.google.com/detail/markup-validator/fkkaidikdiekajbmmpiggofmjcgajegl
Descrição Check the markup of the current page using different markup validators
Tamanho do Arquivo 58.26 KB
Contagem de Instalações 51
Versão Atual 1.0.4
Última Atualização 2021-11-19
Data de Publicação 2021-11-14
Desenvolvedor Roman Grinyov
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markup Validator",
    "version": "1.0.4",
    "action": {
        "default_icon": {
            "16": "img\/icons\/16x16.png",
            "24": "img\/icons\/24x24.png",
            "32": "img\/icons\/32x32.png"
        },
        "default_title": "Markup Validator",
        "default_popup": "html\/popup.html"
    },
    "description": "Check the markup of the current page using different markup validators",
    "icons": {
        "16": "img\/icons\/16x16.png",
        "48": "img\/icons\/48x48.png",
        "128": "img\/icons\/128x128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}