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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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