gif-ify

Replaces the images on the page with random gifs

什麼是gif-ify?

gif-ify是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Replaces the images on the page with random gifs”。

下載gif-ify擴展crx文件

下載gif-ify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 gif-ify gif-ify
ID lhakkbopgkacpnfidngodjclfkeaolnl
官方網址 https://chromewebstore.google.com/detail/gif-ify/lhakkbopgkacpnfidngodjclfkeaolnl
簡介 Replaces the images on the page with random gifs
檔案大小 69.74 KB
安裝次數 18
目前版本 1.0
更新時間 2016-06-04
上架時間 2016-06-04
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gif-ify",
    "description": "Replaces the images on the page with random gifs",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}