GitLab Boost
Make some optimizations to the GitLab platform interface.
Cos'è GitLab Boost?
GitLab Boost è un'estensione di Chrome sviluppata da d4rkcr0w, e la sua funzione principale è "Make some optimizations to the GitLab platform interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitLab Boost
Scarica i file di estensione GitLab Boost in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dhmgodlaindloahmcilnlfigogelofan |
| URL Ufficiale | https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan |
| Descrizione | Make some optimizations to the GitLab platform interface. |
| Dimensione del File | 2.18 MB |
| Conteggio Installazioni | 53 |
| Versione Corrente | 0.9.2 |
| Ultimo Aggiornamento | 2021-09-27 |
| Data di Pubblicazione | 2021-02-22 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | d4rkcr0w |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": [
"*:\/\/*\/*"
]
}
]
} | |