Markup Validator

Check the markup of the current page using different markup validators

Markup Validator क्या है?

Markup Validator Roman Grinyov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check the markup of the current page using different markup validators"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Markup Validator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}