GitLab - Tree view for code

Provides folder structure view for code in GitLab.

Apa itu GitLab - Tree view for code?

GitLab - Tree view for code adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Provides folder structure view for code in GitLab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GitLab - Tree view for code

Unduh file ekstensi GitLab - Tree view for code dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
URL Resmi https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
Deskripsi Provides folder structure view for code in GitLab.
Ukuran File 23.06 KB
Jumlah Instalasi 1,272
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-11-11
Tanggal Publikasi 2018-11-11
Penilaian 4.00/5 Total 14 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/tomasbonco/gitlabtree
URL Halaman Bantuan https://github.com/tomasbonco/gitlabtree
Bahasa yang Didukung 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"
            ]
        }
    ]
}