HTML Validator
Validating web page
Wat is HTML Validator?
HTML Validator is een Chrome-extensie ontwikkeld door hozefa, en de belangrijkste functie is "Validating web page".
Extensie Screenshots
Download het CRX-bestand van de extensie HTML Validator
Download HTML Validator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jpjlkcamghnaeabinbcolngkgkpdfgod |
| Officiële URL | https://chrome.google.com/webstore/detail/html-validator/jpjlkcamghnaeabinbcolngkgkpdfgod |
| Beschrijving | Validating web page |
| Bestandsgrootte | 31.73 KB |
| Aantal Installaties | 150 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2015-01-29 |
| Publicatiedatum | 2015-01-29 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | hozefa |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |