HTML Validator

This extension will validate HTML on a page

Wat is HTML Validator?

HTML Validator is een Chrome-extensie ontwikkeld door peltzrc, en de belangrijkste functie is "This extension will validate HTML on a page".

Extensie Screenshots

Download het CRX-bestand van de extensie HTML Validator

Download HTML Validator-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

                        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.                    

Basisinformatie over de Extensie

Naam HTML Validator HTML Validator
ID bocbjjpebcmehmadhaiefilfieahhcmo
Officiële URL https://chromewebstore.google.com/detail/html-validator/bocbjjpebcmehmadhaiefilfieahhcmo
Beschrijving This extension will validate HTML on a page
Bestandsgrootte 51.64 KB
Aantal Installaties 516
Huidige Versie 1.0
Laatst Bijgewerkt 2018-03-15
Publicatiedatum 2018-03-15
Ontwikkelaar peltzrc
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}