Github Tree Structure

To view the changed files as tree structure in Github

Github Tree Structure क्या है?

Github Tree Structure koshal.kkg1996 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To view the changed files as tree structure in Github"।

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

screenshot

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

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

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

                        To view the changed files in a commit or in a pull request as tree structure same as any IDE. Navigate to changed files using this folder structure.                    

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

नाम Github Tree Structure Github Tree Structure
ID klbbdmpjalfgomanmekbpkdhflffjdkb
आधिकारिक URL https://chromewebstore.google.com/detail/github-tree-structure/klbbdmpjalfgomanmekbpkdhflffjdkb
विवरण To view the changed files as tree structure in Github
फ़ाइल का आकार 67.21 KB
स्थापना संख्या 183
वर्तमान संस्करण 3.8
अंतिम अपडेट 2019-11-15
प्रकाशन तिथि 2019-11-11
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर koshal.kkg1996
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Tree Structure",
    "version": "3.8",
    "description": "To view the changed files as tree structure in Github",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "css\/*",
        "images\/*"
    ],
    "icons": {
        "16": "images\/folder_16.png",
        "32": "images\/folder_32.png",
        "48": "images\/folder_64.png",
        "128": "images\/folder_128.png"
    },
    "permissions": [
        "",
        "webNavigation",
        "tabs"
    ]
}