Validator Plus
HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.
Wat is Validator Plus?
Validator Plus is een Chrome-extensie ontwikkeld door mkearl, en de belangrijkste functie is "HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.".
Extensie Screenshots
Download het CRX-bestand van de extensie Validator Plus
Download Validator Plus-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
HTML & CSS validation. Users may click on icon to send the current page in for HTML and CSS validation.
Basisinformatie over de Extensie
Naam | |
ID | jpclbenngflicfhbonhmboehlmldlbec |
Officiële URL | https://chrome.google.com/webstore/detail/validator-plus/jpclbenngflicfhbonhmboehlmldlbec |
Beschrijving | HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation. |
Bestandsgrootte | 17.52 KB |
Aantal Installaties | 819 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-06-05 |
Publicatiedatum | 2018-06-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | mkearl |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |