GitLab Boost
Make some optimizations to the GitLab platform interface.
Was ist GitLab Boost?
GitLab Boost ist eine Chrome-Erweiterung, die von d4rkcr0w entwickelt wurde, und ihr Hauptmerkmal ist "Make some optimizations to the GitLab platform interface.".
Erweiterungsscreenshots
GitLab Boost-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitLab Boost-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
# 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
Grundlegende Informationen zur Erweiterung
Name | GitLab Boost |
ID | dhmgodlaindloahmcilnlfigogelofan |
Offizielle URL | https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan |
Beschreibung | Make some optimizations to the GitLab platform interface. |
Dateigröße | 2.18 MB |
Installationsanzahl | 53 |
Aktuelle Version | 0.9.2 |
Letztes Update | 2021-09-27 |
Veröffentlichungsdatum | 2021-02-22 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | d4rkcr0w |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } ] } |