Github Tree Structure

To view the changed files as tree structure in Github

Co to jest Github Tree Structure?

Github Tree Structure to rozszerzenie Chrome opracowane przez koshal.kkg1996, a jego główną funkcją jest „To view the changed files as tree structure in Github”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github Tree Structure

Pobierz pliki rozszerzeń Github Tree Structure w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Github Tree Structure Github Tree Structure
ID klbbdmpjalfgomanmekbpkdhflffjdkb
Oficjalny URL https://chromewebstore.google.com/detail/github-tree-structure/klbbdmpjalfgomanmekbpkdhflffjdkb
Opis To view the changed files as tree structure in Github
Rozmiar pliku 67.21 KB
Liczba instalacji 183
Aktualna Wersja 3.8
Ostatnia Aktualizacja 2019-11-15
Data Publikacji 2019-11-11
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper koshal.kkg1996
Typ Płatności free
Obsługiwane Języki 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"
    ]
}