Gmail Gifline

The fastest way to include gif in your emails

Gmail Giflineとは何ですか?

Gmail Giflineはzehfernandesによって開発されたChromeの拡張機能で、その主な機能は「The fastest way to include gif in your emails」です。

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

screenshot
screenshot
screenshot
screenshot

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

Gmail Gifline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Write in any place of gmail compose box 

/gif me thegifyouneed
/gif thegifyouneed

or 

::gif me thegifyouneed
::gif thegifyouneed


and done.                    

拡張機能の基本情報

名前 Gmail Gifline Gmail Gifline
ID mcmandlkgdpmhpaebifnnepgokcjncej
公式URL https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej
説明 The fastest way to include gif in your emails
ファイルサイズ 70.39 KB
インストール数 870
現在のバージョン 1.7
最終更新日 2019-06-04
公開日 2019-06-04
評価 4.10/5 合計 10 レビュー
開発者 zehfernandes
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://zehfernandes.github.io/gifline/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Gifline",
    "version": "1.7",
    "description": "The fastest way to include gif in your emails",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "jquery-3.4.1.min.js",
        "gmail.js",
        "main.js"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2
}