GitLab Manager
Manage your GitLab projects and todos
GitLab Manager là gì?
GitLab Manager là một tiện ích mở rộng Chrome được phát triển bởi Leonardo Luiz, và tính năng chính của nó là "Manage your GitLab projects and todos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GitLab Manager
Tải xuống các tệp mở rộng GitLab Manager 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitLab Manager |
ID | adjbkadckkobnjhnljgpbaelndnagagm |
URL Chính Thức | https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm |
Mô tả | Manage your GitLab projects and todos |
Kích Thước Tệp | 1.71 MB |
Số Lần Cài Đặt | 590 |
Phiên Bản Hiện Tại | 0.17.2 |
Cập Nhật Lần Cuối | 2019-03-05 |
Ngày Phát Hành | 2019-03-05 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Leonardo Luiz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/leonardokl/gitlab-chrome-extension |
URL Trang Trợ Giúp | https://github.com/leonardokl/gitlab-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |