Kingsquare HTML Validator
A HTML5 validation library, using a JavaScript port of the excellent TIDY library
Qu'est-ce que Kingsquare HTML Validator ?
Kingsquare HTML Validator est une extension Chrome développée par https://kingsquare.nl, et sa fonction principale est "A HTML5 validation library, using a JavaScript port of the excellent TIDY library".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kingsquare HTML Validator
Téléchargez les fichiers d'extension Kingsquare 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 brings the the TIDY HTML Validation library to your browser. You will no longer need remote services to validate your HTML(5). This is the first offline HTML validator for Chrome. For more information on the project, see http://www.kingsquare.nl/html-validator ** PLEASE NOTE ** Please restart your browser after installing the extension. Open the development tools panel to activate the validator. Every page will get validated automatically, check the flag at the end of your address bar to see the current status. See the last tab of the development tools to get a full report.
Informations de Base sur l'Extension
Nom | Kingsquare HTML Validator |
ID | anjdemaoejlpgmnmkijdemoiebcddhkc |
URL Officiel | https://chromewebstore.google.com/detail/kingsquare-html-validator/anjdemaoejlpgmnmkijdemoiebcddhkc |
Description | A HTML5 validation library, using a JavaScript port of the excellent TIDY library |
Taille du Fichier | 1 MB |
Nombre d'Installations | 2,272 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2012-08-28 |
Date de Publication | 2012-08-28 |
Évaluation | 2.86/5 Total 36 Évaluations |
Développeur | https://kingsquare.nl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.kingsquare.nl/html-validator |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kingsquare HTML Validator", "version": "1.4", "manifest_version": 2, "description": "A HTML5 validation library, using a JavaScript port of the excellent TIDY library", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "page_action": { "default_icon": "loading.gif", "default_title": "Checkout Development Tools \/ HTML validator for more info" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*" ], "offline_enabled": true } |