GitLab Boost
Make some optimizations to the GitLab platform interface.
GitLab Boost là gì?
GitLab Boost là một tiện ích mở rộng Chrome được phát triển bởi d4rkcr0w, và tính năng chính của nó là "Make some optimizations to the GitLab platform interface.".
Ả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 Boost
Tải xuống các tệp mở rộng GitLab Boost 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
# GitLab Boost Make some optimizations to the GitLab platform interface. 1. Convert labels to Scoped labels. 2. Each group of Scoped labels has a separate selection menu. GitHub: https://github.com/xudongdev/gitlab-boost
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitLab Boost |
ID | dhmgodlaindloahmcilnlfigogelofan |
URL Chính Thức | https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan |
Mô tả | Make some optimizations to the GitLab platform interface. |
Kích Thước Tệp | 2.18 MB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 0.9.2 |
Cập Nhật Lần Cuối | 2021-09-27 |
Ngày Phát Hành | 2021-02-22 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | d4rkcr0w |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitLab Boost", "description": "Make some optimizations to the GitLab platform interface.", "version": "0.9.2", "icons": { "128": "images\/icon.png" }, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "icon": { "path": "images\/icon-disable.png" } }, "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "images\/default-avatar.svg", "images\/issue-types\/bug.svg", "images\/issue-types\/story.svg", "images\/issue-types\/sub-task.svg", "images\/issue-types\/task.svg" ], "matches": [ "*:\/\/*\/*" ] } ] } |