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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}