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 |
Eメール | [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": [ "*:\/\/*\/*" ] } ] } |