Github Tree Structure

To view the changed files as tree structure in Github

O que é Github Tree Structure?

Github Tree Structure é uma extensão do Chrome desenvolvida por koshal.kkg1996, e sua principal característica é "To view the changed files as tree structure in Github".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Github Tree Structure

Baixe arquivos de extensão Github Tree Structure no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Github Tree Structure Github Tree Structure
ID klbbdmpjalfgomanmekbpkdhflffjdkb
URL Oficial https://chromewebstore.google.com/detail/github-tree-structure/klbbdmpjalfgomanmekbpkdhflffjdkb
Descrição To view the changed files as tree structure in Github
Tamanho do Arquivo 67.21 KB
Contagem de Instalações 183
Versão Atual 3.8
Última Atualização 2019-11-15
Data de Publicação 2019-11-11
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor koshal.kkg1996
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}