GIPHY for Chrome

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

Vad är GIPHY for Chrome?

GIPHY for Chrome är en Chrome-tillägg utvecklad av https://giphy.com, och dess huvudfunktion är "All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner GIPHY for Chrome-förlängningens CRX-fil

Ladda ner GIPHY for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn GIPHY for Chrome GIPHY for Chrome
ID jlleokkdhkflpmghiioglgmnminbekdi
Officiell webbadress https://chromewebstore.google.com/detail/giphy-for-chrome/jlleokkdhkflpmghiioglgmnminbekdi
Beskrivning All the GIFs and Stickers from GIPHY.com in a compact extension. Just search, then drag and drop!
Filstorlek 1.04 MB
Antal Installationer 317,627
Aktuell Version 3.13
Senast Uppdaterad 2023-05-12
Publiceringsdatum 2019-09-03
Betyg 3.51/5 Totalt 390 Betyg
Utvecklare https://giphy.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://giphy.com/privacy
Hjälpsida URL https://support.giphy.com
URL till Sekretesspolicy Sidan https://support.giphy.com/hc/en-us/articles/360032872931
Stödda Språk 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"
        }
    }
}