gitlab tree
Chrome extension to display Gitlab code in tree format
Apa itu gitlab tree?
gitlab tree adalah ekstensi Chrome yang dikembangkan oleh Frank Fan, dan fitur utamanya adalah "Chrome extension to display Gitlab code in tree format".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi gitlab tree
Unduh file ekstensi gitlab tree 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 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
Informasi Dasar Ekstensi
Nama | |
ID | dllpphhnoanpcnlnipopibigdoeignbb |
URL Resmi | https://chrome.google.com/webstore/detail/gitlab-tree/dllpphhnoanpcnlnipopibigdoeignbb |
Deskripsi | Chrome extension to display Gitlab code in tree format |
Ukuran File | 197 KB |
Jumlah Instalasi | 4,983 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2018-03-22 |
Tanggal Publikasi | 2018-03-22 |
Penilaian | 2.38/5 Total 29 Penilaian |
Pengembang | Frank Fan |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/FrankFan/gitlab-tree |
URL Halaman Bantuan | https://github.com/FrankFan/gitlab-tree |
Bahasa yang Didukung | 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": [ " |