GitLab - Tree view for code

Provides folder structure view for code in GitLab.

Hvad er GitLab - Tree view for code?

GitLab - Tree view for code er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Provides folder structure view for code in GitLab.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download GitLab - Tree view for code-udvidelses-CRX-fil

Download GitLab - Tree view for code-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
Officiel URL https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
Beskrivelse Provides folder structure view for code in GitLab.
Filstørrelse 23.06 KB
Antal Installationer 1,272
Nuværende Version 1.0.1
Senest Opdateret 2018-11-11
Udgivelsesdato 2018-11-11
Bedømmelse 4.00/5 Samlet 14 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/tomasbonco/gitlabtree
Hjælpeside-URL https://github.com/tomasbonco/gitlabtree
Understøttede Sprog 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"
            ]
        }
    ]
}