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
官方網址 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
電子郵箱 [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"
    }
}