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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GIPHY for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}