Natlex GitLab Extensions

UI extensions for GitLab

Natlex GitLab Extensionsคืออะไร?

Natlex GitLab Extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NATLEX และคุณลักษณะหลักของมันคือ "UI extensions for GitLab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Natlex GitLab Extensions

ดาวน์โหลดไฟล์ส่วนขยาย Natlex GitLab Extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension you can easily show/hide and navigate between comments by author                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Natlex GitLab Extensions Natlex GitLab Extensions
ID naheeabjfjnchakiflgmmejpfpjmfmck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/natlex-gitlab-extensions/naheeabjfjnchakiflgmmejpfpjmfmck
คำอธิบาย UI extensions for GitLab
ขนาดไฟล์ 15.71 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2020-08-26
วันที่เผยแพร่ 2019-12-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา NATLEX
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://natlex.ru/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Natlex GitLab Extensions",
    "version": "2.1.1",
    "description": "UI extensions for GitLab",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "gitlab-content.css"
            ],
            "js": [
                "gitlab-content.js"
            ]
        }
    ]
}