HTML Validator
This extension will validate HTML on a page
Qu'est-ce que HTML Validator ?
HTML Validator est une extension Chrome développée par peltzrc, et sa fonction principale est "This extension will validate HTML on a page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTML Validator
Téléchargez les fichiers d'extension HTML Validator 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
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.
Informations de Base sur l'Extension
Nom | HTML Validator |
ID | bocbjjpebcmehmadhaiefilfieahhcmo |
URL Officiel | https://chromewebstore.google.com/detail/html-validator/bocbjjpebcmehmadhaiefilfieahhcmo |
Description | This extension will validate HTML on a page |
Taille du Fichier | 51.64 KB |
Nombre d'Installations | 516 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-03-15 |
Date de Publication | 2018-03-15 |
Développeur | peltzrc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |