GIPHY - New GIF on every new tab

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

什么是GIPHY - New GIF on every new tab?

GIPHY - New GIF on every new tab是由https://tobbelindstrom.com开发的Chrome扩展程序,该扩展的主要功能是“Personal and new GIF every time you open a new tab.”。

扩展截图

screenshot
screenshot

下载GIPHY - New GIF on every new tab扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 GIPHY - New GIF on every new tab GIPHY - New GIF on every new tab
ID kgklkljgojpgimcnmcbliciinihjnfgf
官方URL https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf
简介 Personal and new GIF every time you open a new tab.
文件大小 201 KB
安装次数 75
当前版本 2.0.0
更新时间 2020-10-08
上架时间 2020-03-27
开发者 https://tobbelindstrom.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/gunnarx2/chrome-extension-giphy/
帮助页面URL https://github.com/gunnarx2/chrome-extension-giphy/
支持的语言 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"
}