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" ] } |