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 擴展基本資訊
| 名稱 | |
| ID | dhmgodlaindloahmcilnlfigogelofan |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
}
]
} | |