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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Markup Validator

قم بتنزيل ملفات الامتداد Markup Validator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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