W3C Markup Validation Service for CSR pages

W3C Validator for client side rendering pages

O que é W3C Markup Validation Service for CSR pages?

W3C Markup Validation Service for CSR pages é uma extensão do Chrome desenvolvida por 인스웨이브 시스템즈, e sua principal característica é "W3C Validator for client side rendering pages".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão W3C Markup Validation Service for CSR pages

Baixe arquivos de extensão W3C Markup Validation Service for CSR pages 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

                        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).                    

Informações Básicas da Extensão

Nome 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
Descrição W3C Validator for client side rendering pages
Tamanho do Arquivo 13.36 KB
Contagem de Instalações 105
Versão Atual 1.0
Última Atualização 2024-02-02
Data de Publicação 2024-02-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor 인스웨이브 시스템즈
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://inswave.com
Idiomas Suportados 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
}