GIPHY for Chrome

All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!

GIPHY for Chrome란 무엇입니까?

GIPHY for Chrome은(는) https://giphy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

GIPHY for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GIPHY's search engine at your fingertips. Search for the coolest GIFs and Stickers, and then drag and drop to your target. 

* Drag and drop support depends on the website you are dropping on, they may correctly display the GIF, or they may insert a link. 

* If dragging outside the browser, first "click" on a GIF to see the large view and then drag the high res image. In the browser, dragging the small images is okay, it will still insert the large image, but outside the browser you'll need to drag the large image as what is dropped is beyond our control. 

Using Gmail? We have an extension for that as well! Search for "GIPHY for Gmail".

Please contact our support if you have any issues: [email protected]

Learn about GIPHY's privacy practices here: http://giphy.com/privacy                    

확장 프로그램 기본 정보

이름 GIPHY for Chrome GIPHY for Chrome
ID jlleokkdhkflpmghiioglgmnminbekdi
공식 URL https://chromewebstore.google.com/detail/giphy-for-chrome/jlleokkdhkflpmghiioglgmnminbekdi
설명 All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!
파일 크기 1.04 MB
설치 횟수 317,627
현재 버전 3.13
최근 업데이트 2023-05-12
출시 날짜 2019-09-03
평점 3.51/5 총 390 개의 평점
개발자 https://giphy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://giphy.com/privacy
도움말 페이지 URL https://support.giphy.com
개인정보 보호 정책 페이지 URL https://support.giphy.com/hc/en-us/articles/360032872931
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIPHY for Chrome",
    "version": "3.13",
    "description": "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!",
    "manifest_version": 3,
    "permissions": [
        "downloads"
    ],
    "icons": {
        "128": "\/img\/128x128_vertical.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "GIPHY for Chrome",
        "default_icon": {
            "19": "\/img\/giphy_icon_19.png",
            "38": "\/img\/giphy_icon_38.png"
        }
    }
}