GIPHY for Chrome

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

Qu'est-ce que GIPHY for Chrome ?

GIPHY for Chrome est une extension Chrome développée par https://giphy.com, et sa fonction principale est "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GIPHY for Chrome

Téléchargez les fichiers d'extension GIPHY for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom GIPHY for Chrome GIPHY for Chrome
ID jlleokkdhkflpmghiioglgmnminbekdi
URL Officiel https://chromewebstore.google.com/detail/giphy-for-chrome/jlleokkdhkflpmghiioglgmnminbekdi
Description All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!
Taille du Fichier 1.04 MB
Nombre d'Installations 317,627
Version Actuelle 3.13
Dernière Mise à Jour 2023-05-12
Date de Publication 2019-09-03
Évaluation 3.51/5 Total 390 Évaluations
Développeur https://giphy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://giphy.com/privacy
URL de la Page d'Aide https://support.giphy.com
URL de la Page de Politique de Confidentialité https://support.giphy.com/hc/en-us/articles/360032872931
Langues Prises en Charge 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"
        }
    }
}