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