Giffing

Replace links to images with gifs in Google Hangouts.

Wat is Giffing?

Giffing is een Chrome-extensie ontwikkeld door d43pan, en de belangrijkste functie is "Replace links to images with gifs in Google Hangouts.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Giffing

Download Giffing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is an open sourced plugin to simply replace image links with the image.  

Let me know if a link you think should work isn't working.
Let me know if there's another site you'd like supported. 

Supported: 
  - Gmail 
  - Hangouts                    

Basisinformatie over de Extensie

Naam Giffing Giffing
ID fmmimibhknnhanbaajdamcaopijhgolj
Officiële URL https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj
Beschrijving Replace links to images with gifs in Google Hangouts.
Bestandsgrootte 89.51 KB
Aantal Installaties 21
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2016-04-14
Publicatiedatum 2016-04-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar d43pan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/d43pan/replacements
Help Pagina-URL https://github.com/d43pan/replacements
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giffing",
    "description": "Replace links to images with gifs in Google Hangouts.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/www.google.com\/*",
                "https:\/\/hangouts.google.com\/webchat\/*"
            ],
            "js": [
                "jquery-2.2.3.js",
                "giffing.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}