Markup Validator
Check the markup of the current page using different markup validators
Markup Validator là gì?
Markup Validator là một tiện ích mở rộng Chrome được phát triển bởi Roman Grinyov, và tính năng chính của nó là "Check the markup of the current page using different markup validators".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Markup Validator
Tải xuống các tệp mở rộng Markup Validator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Markup Validator |
ID | fkkaidikdiekajbmmpiggofmjcgajegl |
URL Chính Thức | https://chromewebstore.google.com/detail/markup-validator/fkkaidikdiekajbmmpiggofmjcgajegl |
Mô tả | Check the markup of the current page using different markup validators |
Kích Thước Tệp | 58.26 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2021-11-19 |
Ngày Phát Hành | 2021-11-14 |
Nhà Phát Triển | Roman Grinyov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |