GIF Tabs

Gives you a fun new animated gif in every fresh tab

什么是GIF Tabs?

GIF Tabs是由Jeremy Gillick开发的Chrome扩展程序,该扩展的主要功能是“Gives you a fun new animated gif in every fresh tab”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载GIF Tabs扩展crx文件

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

扩展使用说明

                        Every time you open a new tab or window a new animated gif will be shown, randomly chosen from multiple sources across the web.

You can see the history of gifs shown and favorite the ones you like.

Source code: https://github.com/jgillick/gif_tabs                    

扩展基本信息

名称 GIF Tabs GIF Tabs
ID jalcacajhmhkljdkkdnlfmnebdfkijjk
官方URL https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk
简介 Gives you a fun new animated gif in every fresh tab
文件大小 1.48 MB
安装次数 109
当前版本 1.2.1
更新时间 2020-03-04
上架时间 2020-03-03
评分 1.50/5 共2次评分
开发者 Jeremy Gillick
付费类型 free
扩展官网 https://github.com/jgillick/gif_tabs
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GIF Tabs",
    "description": "Gives you a fun new animated gif in every fresh tab",
    "version": "1.2.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/logo_16x16.png",
        "48": "images\/logo_48x48.png",
        "128": "images\/logo_128x128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}