GitLab - Tree view for code

Provides folder structure view for code in GitLab.

Wat is GitLab - Tree view for code?

GitLab - Tree view for code is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Provides folder structure view for code in GitLab.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GitLab - Tree view for code

Download GitLab - Tree view for code-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
Officiële URL https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
Beschrijving Provides folder structure view for code in GitLab.
Bestandsgrootte 23.06 KB
Aantal Installaties 1,272
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-11-11
Publicatiedatum 2018-11-11
Beoordeling 4.00/5 Totaal 14 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/tomasbonco/gitlabtree
Help Pagina-URL https://github.com/tomasbonco/gitlabtree
Ondersteunde Talen 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"
            ]
        }
    ]
}