Validator Plus
HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.
Qu'est-ce que Validator Plus ?
Validator Plus est une extension Chrome développée par mkearl, et sa fonction principale est "HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Validator Plus
Téléchargez les fichiers d'extension Validator Plus 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
HTML & CSS validation. Users may click on icon to send the current page in for HTML and CSS validation.
Informations de Base sur l'Extension
Nom | |
ID | jpclbenngflicfhbonhmboehlmldlbec |
URL Officiel | https://chrome.google.com/webstore/detail/validator-plus/jpclbenngflicfhbonhmboehlmldlbec |
Description | HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation. |
Taille du Fichier | 17.52 KB |
Nombre d'Installations | 819 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2018-06-05 |
Date de Publication | 2018-06-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | mkearl |
[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": "Validator Plus", "description": "HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.", "version": "0.1", "icons": { "16": "validatorplus16.png", "48": "validatorplus48.png", "128": "validatorplus128.png" }, "browser_action": { "default_icon": "validatorplus16.png" }, "permissions": [ "activeTab", "clipboardWrite", "tabs" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |