GIPHY for Chrome

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

¿Qué es GIPHY for Chrome?

GIPHY for Chrome es una extensión de Chrome desarrollada por https://giphy.com, y su función principal es "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GIPHY for Chrome

Descarga archivos de extensión GIPHY for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre GIPHY for Chrome GIPHY for Chrome
ID jlleokkdhkflpmghiioglgmnminbekdi
URL Oficial https://chromewebstore.google.com/detail/giphy-for-chrome/jlleokkdhkflpmghiioglgmnminbekdi
Descripción All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!
Tamaño del Archivo 1.04 MB
Cantidad de Instalaciones 317,627
Versión Actual 3.13
Última Actualización 2023-05-12
Fecha de Publicación 2019-09-03
Calificación 3.51/5 Total de 390 Calificaciones
Desarrollador https://giphy.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://giphy.com/privacy
URL de la Página de Ayuda https://support.giphy.com
URL de la Página de Política de Privacidad https://support.giphy.com/hc/en-us/articles/360032872931
Idiomas Soportados 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"
        }
    }
}