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
官方URL 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"
            ]
        }
    ]
}