Semantic HTML Viewer

Chrome extension to reveal the usage of semantic HTML tags on any website.

Semantic HTML Viewer क्या है?

Semantic HTML Viewer Tiago Ferreira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to reveal the usage of semantic HTML tags on any website."।

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

screenshot

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

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

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

                        Reveal the semantic HTML used by any website.                    

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

नाम Semantic HTML Viewer Semantic HTML Viewer
ID glapikbnefnagjolgppjefchjkjffhog
आधिकारिक URL https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog
विवरण Chrome extension to reveal the usage of semantic HTML tags on any website.
फ़ाइल का आकार 316 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2019-09-30
प्रकाशन तिथि 2019-09-30
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Tiago Ferreira
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Semantic HTML Viewer",
    "version": "0.0.3",
    "description": "Chrome extension to reveal the usage of semantic HTML tags on any website.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "36": "images\/android-icon-36x36.png",
            "48": "images\/android-icon-48x48.png",
            "72": "images\/android-icon-72x72.png",
            "96": "images\/android-icon-96x96.png",
            "144": "images\/android-icon-144x144.png",
            "192": "images\/android-icon-192x192.png"
        }
    },
    "icons": {
        "36": "images\/android-icon-36x36.png",
        "48": "images\/android-icon-48x48.png",
        "72": "images\/android-icon-72x72.png",
        "96": "images\/android-icon-96x96.png",
        "144": "images\/android-icon-144x144.png",
        "192": "images\/android-icon-192x192.png"
    },
    "manifest_version": 2
}