W3C Markup Validation Service for CSR pages
W3C Validator for client side rendering pages
Cos'è W3C Markup Validation Service for CSR pages?
W3C Markup Validation Service for CSR pages è un'estensione di Chrome sviluppata da 인스웨이브 시스템즈, e la sua funzione principale è "W3C Validator for client side rendering pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione W3C Markup Validation Service for CSR pages
Scarica i file di estensione W3C Markup Validation Service for CSR pages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | W3C Markup Validation Service for CSR pages |
ID | kfjemflfclknofbklcnbnpjelkfhcomk |
URL Ufficiale | https://chromewebstore.google.com/detail/w3c-markup-validation-ser/kfjemflfclknofbklcnbnpjelkfhcomk |
Descrizione | W3C Validator for client side rendering pages |
Dimensione del File | 13.36 KB |
Conteggio Installazioni | 105 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2024-02-02 |
Data di Pubblicazione | 2024-02-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | 인스웨이브 시스템즈 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://inswave.com |
Lingue Supportate | 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 } |