HTML Validator

This extension will validate HTML on a page

Cos'è HTML Validator?

HTML Validator è un'estensione di Chrome sviluppata da peltzrc, e la sua funzione principale è "This extension will validate HTML on a page".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione HTML Validator

Scarica i file di estensione HTML Validator 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

                        If you're tired of cutting and pasting the URL to the web page that you want to validate, simply click on this extensions browser icon and be taking to a fully HTML Validated page.  Uses the W3 Validator web page.                    

Informazioni di Base sull'Estensione

Nome HTML Validator HTML Validator
ID bocbjjpebcmehmadhaiefilfieahhcmo
URL Ufficiale https://chromewebstore.google.com/detail/html-validator/bocbjjpebcmehmadhaiefilfieahhcmo
Descrizione This extension will validate HTML on a page
Dimensione del File 51.64 KB
Conteggio Installazioni 516
Versione Corrente 1.0
Ultimo Aggiornamento 2018-03-15
Data di Pubblicazione 2018-03-15
Sviluppatore peltzrc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Validator",
    "description": "This extension will validate HTML on a page",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "32": "images\/valid128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}