GitLab Boost

Make some optimizations to the GitLab platform interface.

GitLab Boost란 무엇입니까?

GitLab Boost은(는) d4rkcr0w에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make some optimizations to the GitLab platform interface."입니다.

확장 프로그램 스크린샷

screenshot

GitLab Boost 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}