GitLab Boost
Make some optimizations to the GitLab platform interface.
什么是GitLab Boost?
GitLab Boost是由d4rkcr0w开发的Chrome扩展程序,该扩展的主要功能是“Make some optimizations to the GitLab platform interface.”。
扩展截图
下载GitLab Boost扩展crx文件
下载GitLab Boost扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
# 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
扩展基本信息
名称 | GitLab Boost |
ID | dhmgodlaindloahmcilnlfigogelofan |
官方URL | https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan |
简介 | Make some optimizations to the GitLab platform interface. |
文件大小 | 2.18 MB |
安装次数 | 53 |
当前版本 | 0.9.2 |
更新时间 | 2021-09-27 |
上架时间 | 2021-02-22 |
评分 | 5.00/5 共5次评分 |
开发者 | d4rkcr0w |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ "*:\/\/*\/*" ] } ] } |