GIF Tabs

Gives you a fun new animated gif in every fresh tab

GIF Tabs란 무엇입니까?

GIF Tabs은(는) Jeremy Gillick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives you a fun new animated gif in every fresh tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GIF Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 GIF Tabs GIF Tabs
ID jalcacajhmhkljdkkdnlfmnebdfkijjk
공식 URL https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk
설명 Gives you a fun new animated gif in every fresh tab
파일 크기 1.48 MB
설치 횟수 109
현재 버전 1.2.1
최근 업데이트 2020-03-04
출시 날짜 2020-03-03
평점 1.50/5 총 2 개의 평점
개발자 Jeremy Gillick
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jgillick/gif_tabs
지원되는 언어 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'"
}