GitLab Boost
Make some optimizations to the GitLab platform interface.
Qu'est-ce que GitLab Boost ?
GitLab Boost est une extension Chrome développée par d4rkcr0w, et sa fonction principale est "Make some optimizations to the GitLab platform interface.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitLab Boost
Téléchargez les fichiers d'extension GitLab Boost au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
# 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
Informations de Base sur l'Extension
Nom | GitLab Boost |
ID | dhmgodlaindloahmcilnlfigogelofan |
URL Officiel | https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan |
Description | Make some optimizations to the GitLab platform interface. |
Taille du Fichier | 2.18 MB |
Nombre d'Installations | 53 |
Version Actuelle | 0.9.2 |
Dernière Mise à Jour | 2021-09-27 |
Date de Publication | 2021-02-22 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | d4rkcr0w |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } ] } |