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

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

                        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"
    ]
}