GifLab

Add Gifs easily to your GitLab comments

GifLabคืออะไร?

GifLab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atarin1990 และคุณลักษณะหลักของมันคือ "Add Gifs easily to your GitLab comments"

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

screenshot

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

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

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

                        Adds Gif option to button bar on GitLab comment section. 
To makeit work, click on the new button Gif, search your favourite gif and add it as a markdown element!                    

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

ชื่อ GifLab GifLab
ID cfeilalkgohnnakmnemlmacmphkgfkkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/giflab/cfeilalkgohnnakmnemlmacmphkgfkkm
คำอธิบาย Add Gifs easily to your GitLab comments
ขนาดไฟล์ 7.28 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-09-27
วันที่เผยแพร่ 2021-09-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา atarin1990
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GifLab",
    "description": "Add Gifs easily to your GitLab comments",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gitlab.com\/*"
            ],
            "js": [
                ".\/giflab.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "gif.svg"
    ]
}