HTML5 hints

Highlight the HTML5 content sectioning elements and see how any web page is structured.

HTML5 hints क्या है?

HTML5 hints http://html5.report द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight the HTML5 content sectioning elements and see how any web page is structured."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        See what HTML5 elements have been used to structure a web page.

This extension works nicely in conjunction with the HTML5 document outliner extension:

https://chrome.google.com/webstore/detail/html5-outliner/afoibpobokebhgfnknfndkgemglggomo                    

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

नाम HTML5 hints HTML5 hints
ID eohgjgomdbompgkjolmekbbhihpaabln
आधिकारिक URL https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln
विवरण Highlight the HTML5 content sectioning elements and see how any web page is structured.
फ़ाइल का आकार 16.71 KB
स्थापना संख्या 243
वर्तमान संस्करण 1.05
अंतिम अपडेट 2019-07-21
प्रकाशन तिथि 2019-07-21
डेवलपर http://html5.report
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://the.html5.report
गोपनीयता नीति पृष्ठ URL https://the.html5.report/privacy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML5 hints",
    "short_name": "HTML5 hints",
    "description": "Highlight the HTML5 content sectioning elements and see how any web page is structured.",
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "version": "1.05",
    "author": "The HTML5 Report",
    "homepage_url": "https:\/\/the.html5.report",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "HTML5 hints",
        "default_icon": "favicon-128x128.png",
        "icons": {
            "16": "favicon-16x16.png",
            "24": "favicon-24x24.png",
            "32": "favicon-32x32.png",
            "48": "favicon-48x48.png",
            "128": "favicon-128x128.png"
        }
    },
    "manifest_version": 2
}