Giffing

Replace links to images with gifs in Google Hangouts.

Giffingとは何ですか?

Giffingはd43panによって開発されたChromeの拡張機能で、その主な機能は「Replace links to images with gifs in Google Hangouts.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This is an open sourced plugin to simply replace image links with the image.  

Let me know if a link you think should work isn't working.
Let me know if there's another site you'd like supported. 

Supported: 
  - Gmail 
  - Hangouts                    

拡張機能の基本情報

名前 Giffing Giffing
ID fmmimibhknnhanbaajdamcaopijhgolj
公式URL https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj
説明 Replace links to images with gifs in Google Hangouts.
ファイルサイズ 89.51 KB
インストール数 21
現在のバージョン 0.0.0.2
最終更新日 2016-04-14
公開日 2016-04-14
評価 5.00/5 合計 1 レビュー
開発者 d43pan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/d43pan/replacements
ヘルプページのURL https://github.com/d43pan/replacements
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giffing",
    "description": "Replace links to images with gifs in Google Hangouts.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/www.google.com\/*",
                "https:\/\/hangouts.google.com\/webchat\/*"
            ],
            "js": [
                "jquery-2.2.3.js",
                "giffing.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}