Markup Validator
Check the markup of the current page using different markup validators
Τι είναι το Markup Validator;
Το Markup Validator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Roman Grinyov, και η κύρια λειτουργία του είναι "Check the markup of the current page using different markup validators".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Markup Validator
Λήψη αρχείων επέκτασης Markup Validator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Markup Validator |
ID | fkkaidikdiekajbmmpiggofmjcgajegl |
Επίσημο URL | https://chromewebstore.google.com/detail/markup-validator/fkkaidikdiekajbmmpiggofmjcgajegl |
Περιγραφή | Check the markup of the current page using different markup validators |
Μέγεθος Αρχείου | 58.26 KB |
Αριθμός Εγκαταστάσεων | 51 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2021-11-19 |
Ημερομηνία Δημοσίευσης | 2021-11-14 |
Προγραμματιστής | Roman Grinyov |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |