GitLab - Tree view for code

Provides folder structure view for code in GitLab.

Vad är GitLab - Tree view for code?

GitLab - Tree view for code är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Provides folder structure view for code in GitLab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner GitLab - Tree view for code-förlängningens CRX-fil

Ladda ner GitLab - Tree view for code-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
Officiell webbadress https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
Beskrivning Provides folder structure view for code in GitLab.
Filstorlek 23.06 KB
Antal Installationer 1,272
Aktuell Version 1.0.1
Senast Uppdaterad 2018-11-11
Publiceringsdatum 2018-11-11
Betyg 4.00/5 Totalt 14 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/tomasbonco/gitlabtree
Hjälpsida URL https://github.com/tomasbonco/gitlabtree
Stödda Språk 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"
            ]
        }
    ]
}