GitLab Manager
Manage your GitLab projects and todos
Apa itu GitLab Manager?
GitLab Manager adalah ekstensi Chrome yang dikembangkan oleh Leonardo Luiz, dan fitur utamanya adalah "Manage your GitLab projects and todos".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GitLab Manager
Unduh file ekstensi GitLab Manager 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
Features - Projects search - Create issues - Todos list - Todos notifications - Pin your projects to quickly access - Copy to clipboard the recommended branch name of an issue - Configurable GitLab endpoint
Informasi Dasar Ekstensi
Nama | GitLab Manager |
ID | adjbkadckkobnjhnljgpbaelndnagagm |
URL Resmi | https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm |
Deskripsi | Manage your GitLab projects and todos |
Ukuran File | 1.71 MB |
Jumlah Instalasi | 590 |
Versi Saat Ini | 0.17.2 |
Terakhir Diperbarui | 2019-03-05 |
Tanggal Publikasi | 2019-03-05 |
Penilaian | 4.71/5 Total 7 Penilaian |
Pengembang | Leonardo Luiz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/leonardokl/gitlab-chrome-extension |
URL Halaman Bantuan | https://github.com/leonardokl/gitlab-chrome-extension |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitLab Manager", "description": "Manage your GitLab projects and todos", "version": "0.17.2", "browser_action": { "default_icon": "public\/images\/logo.png", "default_popup": "public\/index.html" }, "background": { "scripts": [ "public\/js\/event.js" ], "persistent": false }, "options_ui": { "page": "public\/options\/index.html", "chrome_style": true }, "permissions": [ "alarms", "notifications", "storage", "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |