GIPHY - New GIF on every new tab

Personal and new GIF every time you open a new tab.

What is GIPHY - New GIF on every new tab?

GIPHY - New GIF on every new tab is a Chrome extension developed by https://tobbelindstrom.com, and its main feature is "Personal and new GIF every time you open a new tab.".

Extension Screenshots

screenshot
screenshot

Download GIPHY - New GIF on every new tab Extension CRX File

Download GIPHY - New GIF on every new tab 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

                        Replaces your new tab screen with a personal search query of GIFs. 

The search query is saved between tabs, so open your new tabs and enjoy the GIFs.

The initial search query is "kitten". Why? Because everyone loves kittens.

Using GIPHY api to request the GIFs.                    

Extension Basic Information

Name GIPHY - New GIF on every new tab GIPHY - New GIF on every new tab
ID kgklkljgojpgimcnmcbliciinihjnfgf
Official URL https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf
Description Personal and new GIF every time you open a new tab.
File Size 201 KB
Installation Count 75
Current Version 2.0.0
Last Updated 2020-10-08
Publish Date 2020-03-27
Developer https://tobbelindstrom.com
Email [email protected]
Payment Type free
Extension Website https://github.com/gunnarx2/chrome-extension-giphy/
Help Page URL https://github.com/gunnarx2/chrome-extension-giphy/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIPHY - New GIF on every new tab",
    "description": "Personal and new GIF every time you open a new tab.",
    "version": "2.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "minimum_chrome_version": "54"
}