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
官方網址 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'"
}