Validator Plus
HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.
Cos'è Validator Plus?
Validator Plus è un'estensione di Chrome sviluppata da mkearl, e la sua funzione principale è "HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Validator Plus
Scarica i file di estensione Validator Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
HTML & CSS validation. Users may click on icon to send the current page in for HTML and CSS validation. Informazioni di Base sull'Estensione
| Nome | |
| ID | jpclbenngflicfhbonhmboehlmldlbec |
| URL Ufficiale | https://chrome.google.com/webstore/detail/validator-plus/jpclbenngflicfhbonhmboehlmldlbec |
| Descrizione | HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation. |
| Dimensione del File | 17.52 KB |
| Conteggio Installazioni | 819 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2018-06-05 |
| Data di Pubblicazione | 2018-06-05 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | mkearl |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |