H-tag

This extension will show tag on page

H-tag क्या है?

H-tag getnpower द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will show tag on page"।

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

screenshot

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

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

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

                        This extension show all H1, H2, H3, H4, H5 and H6 tags on page.
Very simple and useful extension for SEO  specialists and web content makers.
To view the tags, click the "Show tag" button. To view the page in its original - click the "Hide tag" button.
With this extension, you can easily check the structure of  tag on your page.                    

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

नाम H-tag H-tag
ID fjigfcghoooegmndmejpoeoodplfmoca
आधिकारिक URL https://chromewebstore.google.com/detail/h-tag/fjigfcghoooegmndmejpoeoodplfmoca
विवरण This extension will show tag on page
फ़ाइल का आकार 13.21 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.02
अंतिम अपडेट 2021-05-14
प्रकाशन तिथि 2018-06-23
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर getnpower
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "H-tag",
    "short_name": "H-tag",
    "description": "This extension will show  tag on page",
    "version": "1.02",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}