HTML Validator
Validating web page
Qu'est-ce que HTML Validator ?
HTML Validator est une extension Chrome développée par hozefa, et sa fonction principale est "Validating web 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
This extension helps to validate a web-page using a validator created by Philip Walton. This will be a useful tool when it comes to checking pages create follow HTML standards. This is especially useful for accessibility(ARIA attributes) and cleaning up un-used markup. Usage : Open the developer tools, goto Console. Click on the extension on the browser. All the errors/warning will be shown on the console. Reference: Blog Link : http://philipwalton.com/articles/introducing-html-inspectorlity Validator Source Code : https://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.8.1/html-inspector.js
Informations de Base sur l'Extension
Nom | |
ID | jpjlkcamghnaeabinbcolngkgkpdfgod |
URL Officiel | https://chrome.google.com/webstore/detail/html-validator/jpjlkcamghnaeabinbcolngkgkpdfgod |
Description | Validating web page |
Taille du Fichier | 31.73 KB |
Nombre d'Installations | 150 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2015-01-29 |
Date de Publication | 2015-01-29 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | hozefa |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML Validator", "short_name": "HTMLValidator", "version": "0.2.0", "description": "Validating web page", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab" ] } |