Markup Validator
Check the markup of the current page using different markup validators
Hvad er Markup Validator?
Markup Validator er en Chrome-udvidelse udviklet af Roman Grinyov, og dens hovedfunktion er "Check the markup of the current page using different markup validators".
Udvidelsesskærmbilleder
Download Markup Validator-udvidelses-CRX-fil
Download Markup Validator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fkkaidikdiekajbmmpiggofmjcgajegl |
| Officiel URL | https://chromewebstore.google.com/detail/markup-validator/fkkaidikdiekajbmmpiggofmjcgajegl |
| Beskrivelse | Check the markup of the current page using different markup validators |
| Filstørrelse | 58.26 KB |
| Antal Installationer | 51 |
| Nuværende Version | 1.0.4 |
| Senest Opdateret | 2021-11-19 |
| Udgivelsesdato | 2021-11-14 |
| Udvikler | Roman Grinyov |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |