W3C Markup Validation Service for CSR pages

W3C Validator for client side rendering pages

Qu'est-ce que W3C Markup Validation Service for CSR pages ?

W3C Markup Validation Service for CSR pages est une extension Chrome développée par 인스웨이브 시스템즈, et sa fonction principale est "W3C Validator for client side rendering pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension W3C Markup Validation Service for CSR pages

Téléchargez les fichiers d'extension W3C Markup Validation Service for CSR pages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom W3C Markup Validation Service for CSR pages W3C Markup Validation Service for CSR pages
ID kfjemflfclknofbklcnbnpjelkfhcomk
URL Officiel https://chromewebstore.google.com/detail/w3c-markup-validation-ser/kfjemflfclknofbklcnbnpjelkfhcomk
Description W3C Validator for client side rendering pages
Taille du Fichier 13.36 KB
Nombre d'Installations 105
Version Actuelle 1.0
Dernière Mise à Jour 2024-02-02
Date de Publication 2024-02-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur 인스웨이브 시스템즈
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://inswave.com
Langues Prises en Charge 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
}