HTML Visual Validation

HTML Visual Validation gives you information about the html elements, live, on page.

HTML Visual Validation क्या है?

HTML Visual Validation btisseo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HTML Visual Validation gives you information about the html elements, live, on page."।

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

screenshot
screenshot

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

crx प्रारूप में HTML Visual Validation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It makes easy to inspect the structure of a page with no need to open the browser console. Just select the type of html tag to outline, on page, and to display a label with basic info.

Some features are:

- List the most common html tags
- Get info about the tittle and description tags
- Display tags id and class attributes
-  extra info: “alt” attribute value
-  extra info: tells you if it’s an internal or external link, or a javascript call, and if the “target” attribute is set
- Mouse over a tag label to bring it to front

*** NEW FEATURES ***
- Tag selector is now sensitive to tags available on the page
- New "DOM Tree" panel, wich can be used with the tag selector
- Click on the tag in the DOM Tree to scroll to the element on the page                    

एक्सटेंशन की मूल जानकारी

नाम HTML Visual Validation HTML Visual Validation
ID hicjdabjhdmaaabgackleegipabmeack
आधिकारिक URL https://chromewebstore.google.com/detail/html-visual-validation/hicjdabjhdmaaabgackleegipabmeack
विवरण HTML Visual Validation gives you information about the html elements, live, on page.
फ़ाइल का आकार 54.54 KB
स्थापना संख्या 3,476
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2021-11-03
प्रकाशन तिथि 2018-09-25
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर btisseo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML Visual Validation",
    "description": "HTML Visual Validation gives you information about the html elements, live, on page.",
    "version": "0.3.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "displayTags.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "HTML Visual Validation"
    }
}