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