GitLab Boost

Make some optimizations to the GitLab platform interface.

Wat is GitLab Boost?

GitLab Boost is een Chrome-extensie ontwikkeld door d4rkcr0w, en de belangrijkste functie is "Make some optimizations to the GitLab platform interface.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitLab Boost

Download GitLab Boost-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        # 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                    

Basisinformatie over de Extensie

Naam GitLab Boost GitLab Boost
ID dhmgodlaindloahmcilnlfigogelofan
Officiële URL https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan
Beschrijving Make some optimizations to the GitLab platform interface.
Bestandsgrootte 2.18 MB
Aantal Installaties 53
Huidige Versie 0.9.2
Laatst Bijgewerkt 2021-09-27
Publicatiedatum 2021-02-22
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar d4rkcr0w
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}