Markup Validator
Check the markup of the current page using different markup validators
Qu'est-ce que Markup Validator ?
Markup Validator est une extension Chrome développée par Roman Grinyov, et sa fonction principale est "Check the markup of the current page using different markup validators".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Markup Validator
Téléchargez les fichiers d'extension Markup 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
The extension is designed to check the markup of the current page or just any HTML code. Source code: https://github.com/w3lifer/crx-markup-validator
Informations de Base sur l'Extension
Nom | Markup Validator |
ID | fkkaidikdiekajbmmpiggofmjcgajegl |
URL Officiel | https://chromewebstore.google.com/detail/markup-validator/fkkaidikdiekajbmmpiggofmjcgajegl |
Description | Check the markup of the current page using different markup validators |
Taille du Fichier | 58.26 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2021-11-19 |
Date de Publication | 2021-11-14 |
Développeur | Roman Grinyov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Markup Validator", "version": "1.0.4", "action": { "default_icon": { "16": "img\/icons\/16x16.png", "24": "img\/icons\/24x24.png", "32": "img\/icons\/32x32.png" }, "default_title": "Markup Validator", "default_popup": "html\/popup.html" }, "description": "Check the markup of the current page using different markup validators", "icons": { "16": "img\/icons\/16x16.png", "48": "img\/icons\/48x48.png", "128": "img\/icons\/128x128.png" }, "background": { "service_worker": "service-worker.js" }, "permissions": [ "tabs", "storage" ] } |