Giffing

Replace links to images with gifs in Google Hangouts.

Qu'est-ce que Giffing ?

Giffing est une extension Chrome développée par d43pan, et sa fonction principale est "Replace links to images with gifs in Google Hangouts.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Giffing

Téléchargez les fichiers d'extension Giffing 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

                        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                    

Informations de Base sur l'Extension

Nom Giffing Giffing
ID fmmimibhknnhanbaajdamcaopijhgolj
URL Officiel https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj
Description Replace links to images with gifs in Google Hangouts.
Taille du Fichier 89.51 KB
Nombre d'Installations 21
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2016-04-14
Date de Publication 2016-04-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur d43pan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/d43pan/replacements
URL de la Page d'Aide https://github.com/d43pan/replacements
Langues Prises en Charge 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"
    }
}