SelectGIF

Select a word and get Gif Image :)

Wat is SelectGIF?

SelectGIF is een Chrome-extensie ontwikkeld door http://sage.ga, en de belangrijkste functie is "Select a word and get Gif Image :)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SelectGIF

Download SelectGIF-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

                        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.                    

Basisinformatie over de Extensie

Naam SelectGIF SelectGIF
ID migfmkcdgeepjipbcikgnjhjpjhpcpem
Officiële URL https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem
Beschrijving Select a word and get Gif Image :)
Bestandsgrootte 63.3 KB
Aantal Installaties 34
Huidige Versie 4.0
Laatst Bijgewerkt 2016-11-28
Publicatiedatum 2016-11-28
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://sage.ga
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://sage.ga
Ondersteunde Talen 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
}