SelectGIF

Select a word and get Gif Image :)

SelectGIF क्या है?

SelectGIF http://sage.ga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select a word and get Gif Image :)"।

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

screenshot

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

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

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

                        Select a word and Click on the Browser Icon on the top right corner, You will get the Gif relevent to that.

Random Gif Generator. 

Just Click on the icon and Have fun with Gif.                    

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

नाम SelectGIF SelectGIF
ID migfmkcdgeepjipbcikgnjhjpjhpcpem
आधिकारिक URL https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem
विवरण Select a word and get Gif Image :)
फ़ाइल का आकार 63.3 KB
स्थापना संख्या 34
वर्तमान संस्करण 4.0
अंतिम अपडेट 2016-11-28
प्रकाशन तिथि 2016-11-28
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर http://sage.ga
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://sage.ga
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SelectGIF",
    "description": "Select a word and get Gif Image :)",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "*:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "pop.html",
        "default_title": "SelectGIF"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "4.0",
    "manifest_version": 2
}