Github Tree Structure

To view the changed files as tree structure in Github

Qu'est-ce que Github Tree Structure ?

Github Tree Structure est une extension Chrome développée par koshal.kkg1996, et sa fonction principale est "To view the changed files as tree structure in Github".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github Tree Structure

Téléchargez les fichiers d'extension Github Tree Structure au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Github Tree Structure Github Tree Structure
ID klbbdmpjalfgomanmekbpkdhflffjdkb
URL Officiel https://chromewebstore.google.com/detail/github-tree-structure/klbbdmpjalfgomanmekbpkdhflffjdkb
Description To view the changed files as tree structure in Github
Taille du Fichier 67.21 KB
Nombre d'Installations 183
Version Actuelle 3.8
Dernière Mise à Jour 2019-11-15
Date de Publication 2019-11-11
Évaluation 5.00/5 Total 6 Évaluations
Développeur koshal.kkg1996
Type de Paiement free
Langues Prises en Charge 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"
    ]
}