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文件

下載GIPHY for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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