gitlab tree

Chrome extension to display Gitlab code in tree format

gitlab tree là gì?

gitlab tree là một tiện ích mở rộng Chrome được phát triển bởi Frank Fan, và tính năng chính của nó là "Chrome extension to display Gitlab code in tree format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng gitlab tree

Tải xuống các tệp mở rộng gitlab tree dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        * this is the first one on chrome web store, always free and continually optimization.

* support all the enterprise intranet gitlab service
* Easy-to-navigate code tree like web IDEs, simple and non-invasive
* UI looks like Gitlab default UI
* hotkey support( hit [ to toggle gitlab-tree sidebar )
* support gitlab 8.x and 9.x version 
* no page refresh                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gitlab tree gitlab tree
ID dllpphhnoanpcnlnipopibigdoeignbb
URL Chính Thức https://chrome.google.com/webstore/detail/gitlab-tree/dllpphhnoanpcnlnipopibigdoeignbb
Mô tả Chrome extension to display Gitlab code in tree format
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 4,983
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2018-03-22
Ngày Phát Hành 2018-03-22
Đánh Giá 2.38/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Frank Fan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FrankFan/gitlab-tree
URL Trang Trợ Giúp https://github.com/FrankFan/gitlab-tree
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gitlab tree",
    "version": "2.0.1",
    "manifest_version": 2,
    "author": "Frank Fan",
    "description": "Chrome extension to display Gitlab code in tree format",
    "homepage_url": "https:\/\/github.com\/FrankFan\/gitlab-tree",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "imgs\/gitlab.png",
        "48": "imgs\/gitlab.png",
        "128": "imgs\/gitlab.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery\/jquery.js",
                "libs\/jstree\/jstree.js",
                "libs\/pjax\/jquery.pjax.js",
                "libs\/highlight\/highlight.min.js",
                "libs\/nprogress\/nprogress.js",
                "libs\/base64-js\/base64js.min.js",
                "gitlabtree.js"
            ],
            "css": [
                "main.css",
                "libs\/nprogress\/nprogress.css",
                "libs\/jstree\/jstree.css"
            ],
            "run_at": "document_start"
        }
    ]
}