GifLab

Add Gifs easily to your GitLab comments

GifLabとは何ですか?

GifLabはatarin1990によって開発されたChromeの拡張機能で、その主な機能は「Add Gifs easily to your GitLab comments」です。

拡張機能のスクリーンショット

screenshot

GifLab拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}