GitLab - Tree view for code

Provides folder structure view for code in GitLab.

Was ist GitLab - Tree view for code?

GitLab - Tree view for code ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Provides folder structure view for code in GitLab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GitLab - Tree view for code-Erweiterungs-CRX-Datei herunterladen

Laden Sie GitLab - Tree view for code-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension provides tree view for code in GitLab. In time of writing description, this is the only extension that supports custom-hosted GitLab instances. The must-have plugin for code reviews! Enjoy :) Note: You can see it only on Commits and Merge Requests. It does NOT work like Octotree.                    

Grundlegende Informationen zur Erweiterung

Name GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
Offizielle URL https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
Beschreibung Provides folder structure view for code in GitLab.
Dateigröße 23.06 KB
Installationsanzahl 1,272
Aktuelle Version 1.0.1
Letztes Update 2018-11-11
Veröffentlichungsdatum 2018-11-11
Bewertung 4.00/5 Insgesamt 14 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/tomasbonco/gitlabtree
Hilfeseite URL https://github.com/tomasbonco/gitlabtree
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitLab - Tree view for code",
    "homepage_url": "https:\/\/github.com\/tomasbonco\/gitlabtree",
    "author": "Tom\u00e1\u0161 Bon\u010do",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Provides folder structure view for code in GitLab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/index.js"
            ],
            "css": [
                "dist\/style.css"
            ]
        }
    ]
}