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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giphy.com และคุณลักษณะหลักของมันคือ "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GIPHY for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    }
}