W3C Markup Validation Service for CSR pages

W3C Validator for client side rendering pages

¿Qué es W3C Markup Validation Service for CSR pages?

W3C Markup Validation Service for CSR pages es una extensión de Chrome desarrollada por 인스웨이브 시스템즈, y su función principal es "W3C Validator for client side rendering pages".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión W3C Markup Validation Service for CSR pages

Descarga archivos de extensión W3C Markup Validation Service for CSR pages 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

                        A tool for validating the currently rendered html with the Markup Validation Service provided by the W3C.

It provides the ability to extract the HTML of the current page and populate values into Validate by Direct Input in the Markup Validation Service (https://validator.w3.org/#validate_by_input ).

This makes it easier to validate compliance with markup standards for pages generated by Client Site Rendering (CSR).                    

Información Básica de la Extensión

Nombre W3C Markup Validation Service for CSR pages W3C Markup Validation Service for CSR pages
ID kfjemflfclknofbklcnbnpjelkfhcomk
URL Oficial https://chromewebstore.google.com/detail/w3c-markup-validation-ser/kfjemflfclknofbklcnbnpjelkfhcomk
Descripción W3C Validator for client side rendering pages
Tamaño del Archivo 13.36 KB
Cantidad de Instalaciones 105
Versión Actual 1.0
Última Actualización 2024-02-02
Fecha de Publicación 2024-02-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador 인스웨이브 시스템즈
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://inswave.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W3C Markup Validation Service for CSR pages",
    "description": "W3C Validator for client side rendering pages",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.validator.w3.org\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "W3C Markup Validation Service for CSR pages"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 3
}