GifLab

Add Gifs easily to your GitLab comments

GifLab là gì?

GifLab là một tiện ích mở rộng Chrome được phát triển bởi atarin1990, và tính năng chính của nó là "Add Gifs easily to your GitLab comments".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GifLab

Tải xuống các tệp mở rộng GifLab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GifLab GifLab
ID cfeilalkgohnnakmnemlmacmphkgfkkm
URL Chính Thức https://chromewebstore.google.com/detail/giflab/cfeilalkgohnnakmnemlmacmphkgfkkm
Mô tả Add Gifs easily to your GitLab comments
Kích Thước Tệp 7.28 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-09-27
Ngày Phát Hành 2021-09-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển atarin1990
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}