HTML Tree Generator

Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.

HTML Tree Generator क्या है?

HTML Tree Generator Joel Saupe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree."।

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

screenshot

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

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

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

                                            

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

नाम HTML Tree Generator HTML Tree Generator
ID dlbbmhhaadfnbbdnjalilhdakfmiffeg
आधिकारिक URL https://chromewebstore.google.com/detail/html-tree-generator/dlbbmhhaadfnbbdnjalilhdakfmiffeg
विवरण Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.
फ़ाइल का आकार 22.97 KB
स्थापना संख्या 123,757
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-08-20
प्रकाशन तिथि 2015-08-20
रेटिंग 4.26/5 कुल 38 रेटिंग्स
डेवलपर Joel Saupe
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Tree Generator",
    "description": "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}