W3C Markup Validation Service for CSR pages

W3C Validator for client side rendering pages

Wat is W3C Markup Validation Service for CSR pages?

W3C Markup Validation Service for CSR pages is een Chrome-extensie ontwikkeld door 인스웨이브 시스템즈, en de belangrijkste functie is "W3C Validator for client side rendering pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie W3C Markup Validation Service for CSR pages

Download W3C Markup Validation Service for CSR pages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam W3C Markup Validation Service for CSR pages W3C Markup Validation Service for CSR pages
ID kfjemflfclknofbklcnbnpjelkfhcomk
Officiële URL https://chromewebstore.google.com/detail/w3c-markup-validation-ser/kfjemflfclknofbklcnbnpjelkfhcomk
Beschrijving W3C Validator for client side rendering pages
Bestandsgrootte 13.36 KB
Aantal Installaties 105
Huidige Versie 1.0
Laatst Bijgewerkt 2024-02-02
Publicatiedatum 2024-02-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 인스웨이브 시스템즈
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://inswave.com
Ondersteunde Talen 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
}