Markup Validator

Check the markup of the current page using different markup validators

¿Qué es Markup Validator?

Markup Validator es una extensión de Chrome desarrollada por Roman Grinyov, y su función principal es "Check the markup of the current page using different markup validators".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Markup Validator

Descarga archivos de extensión Markup Validator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Markup Validator Markup Validator
ID fkkaidikdiekajbmmpiggofmjcgajegl
URL Oficial https://chromewebstore.google.com/detail/markup-validator/fkkaidikdiekajbmmpiggofmjcgajegl
Descripción Check the markup of the current page using different markup validators
Tamaño del Archivo 58.26 KB
Cantidad de Instalaciones 51
Versión Actual 1.0.4
Última Actualización 2021-11-19
Fecha de Publicación 2021-11-14
Desarrollador Roman Grinyov
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}