Giffing

Replace links to images with gifs in Google Hangouts.

Giffing क्या है?

Giffing d43pan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace links to images with gifs in Google Hangouts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Giffing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Giffing Giffing
ID fmmimibhknnhanbaajdamcaopijhgolj
आधिकारिक URL https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj
विवरण Replace links to images with gifs in Google Hangouts.
फ़ाइल का आकार 89.51 KB
स्थापना संख्या 21
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2016-04-14
प्रकाशन तिथि 2016-04-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर d43pan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/d43pan/replacements
सहायता पृष्ठ URL https://github.com/d43pan/replacements
समर्थित भाषाएँ 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"
    }
}