GIF Tabs

Gives you a fun new animated gif in every fresh tab

What is GIF Tabs?

GIF Tabs is a Chrome extension developed by Jeremy Gillick, and its main feature is "Gives you a fun new animated gif in every fresh tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GIF Tabs Extension CRX File

Download GIF Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GIF Tabs GIF Tabs
ID jalcacajhmhkljdkkdnlfmnebdfkijjk
Official URL https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk
Description Gives you a fun new animated gif in every fresh tab
File Size 1.48 MB
Installation Count 109
Current Version 1.2.1
Last Updated 2020-03-04
Publish Date 2020-03-03
Rating 1.50/5 Total 2 Ratings
Developer Jeremy Gillick
Payment Type free
Extension Website https://github.com/jgillick/gif_tabs
Supported Languages 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'"
}