GitLab Boost

Make some optimizations to the GitLab platform interface.

What is GitLab Boost?

GitLab Boost is a Chrome extension developed by d4rkcr0w, and its main feature is "Make some optimizations to the GitLab platform interface.".

Extension Screenshots

screenshot

Download GitLab Boost Extension CRX File

Download GitLab Boost extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 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                    

Extension Basic Information

Name GitLab Boost GitLab Boost
ID dhmgodlaindloahmcilnlfigogelofan
Official URL https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan
Description Make some optimizations to the GitLab platform interface.
File Size 2.18 MB
Installation Count 53
Current Version 0.9.2
Last Updated 2021-09-27
Publish Date 2021-02-22
Rating 5.00/5 Total 5 Ratings
Developer d4rkcr0w
Email [email protected]
Payment Type free
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}