GitLab Boost

Make some optimizations to the GitLab platform interface.

Что такое GitLab Boost?

GitLab Boost - это расширение Chrome, разработанное d4rkcr0w, и его основная функция - "Make some optimizations to the GitLab platform interface.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GitLab Boost

Скачайте файлы расширений GitLab Boost в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        # 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                    

Основная информация о расширении

Название GitLab Boost GitLab Boost
ID dhmgodlaindloahmcilnlfigogelofan
Официальный URL https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan
Описание Make some optimizations to the GitLab platform interface.
Размер файла 2.18 MB
Количество установок 53
Текущая Версия 0.9.2
Последнее Обновление 2021-09-27
Дата публикации 2021-02-22
Рейтинг 5.00/5 Всего 5 оценок
Разработчик d4rkcr0w
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}