GitLab - Tree view for code

Provides folder structure view for code in GitLab.

GitLab - Tree view for code란 무엇입니까?

GitLab - Tree view for code은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides folder structure view for code in GitLab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GitLab - Tree view for code 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
공식 URL https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
설명 Provides folder structure view for code in GitLab.
파일 크기 23.06 KB
설치 횟수 1,272
현재 버전 1.0.1
최근 업데이트 2018-11-11
출시 날짜 2018-11-11
평점 4.00/5 총 14 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tomasbonco/gitlabtree
도움말 페이지 URL https://github.com/tomasbonco/gitlabtree
지원되는 언어 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"
            ]
        }
    ]
}