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
公式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
Eメール [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"
        }
    }
}