GitLab Boost

Make some optimizations to the GitLab platform interface.

¿Qué es GitLab Boost?

GitLab Boost es una extensión de Chrome desarrollada por d4rkcr0w, y su función principal es "Make some optimizations to the GitLab platform interface.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GitLab Boost

Descarga archivos de extensión GitLab Boost en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        # 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                    

Información Básica de la Extensión

Nombre GitLab Boost GitLab Boost
ID dhmgodlaindloahmcilnlfigogelofan
URL Oficial https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan
Descripción Make some optimizations to the GitLab platform interface.
Tamaño del Archivo 2.18 MB
Cantidad de Instalaciones 53
Versión Actual 0.9.2
Última Actualización 2021-09-27
Fecha de Publicación 2021-02-22
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador d4rkcr0w
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}