GIF the Web

Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.

什么是GIF the Web?

GIF the Web是由Andy Freeland开发的Chrome扩展程序,该扩展的主要功能是“Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.”。

扩展截图

screenshot
screenshot
screenshot

下载GIF the Web扩展crx文件

下载GIF the Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Have you ever wished Facebook animated GIFs like a real website?

Have you ever wanted gchat (including hangouts!) to show images inline?

Well, now they do. The web just got more awesome.

Now with Google Hangouts support!                    

扩展基本信息

名称 GIF the Web GIF the Web
ID lljgfacpcbajoiobfcgbijhbkfpibkhc
官方URL https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc
简介 Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
文件大小 85.61 KB
安装次数 292
当前版本 0.7.4
更新时间 2016-08-01
上架时间 2016-08-01
评分 5.00/5 共9次评分
开发者 Andy Freeland
付费类型 free
扩展官网 https://github.com/rouge8/gif-the-web#readme
帮助页面URL https://github.com/rouge8/gif-the-web/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF the Web",
    "version": "0.7.4",
    "manifest_version": 2,
    "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.",
    "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "sites\/facebook.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "sites\/mail.google.com.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/talkgadget.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "URI.js",
                "sites\/talkgadget.google.com.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "URI.js",
                "sites\/talkgadget.google.com.js"
            ]
        }
    ]
}