SelectGIF

Select a word and get Gif Image :)

Qu'est-ce que SelectGIF ?

SelectGIF est une extension Chrome développée par http://sage.ga, et sa fonction principale est "Select a word and get Gif Image :)".

Captures d'Écran de l'Extension

screenshot

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

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

                        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.                    

Informations de Base sur l'Extension

Nom SelectGIF SelectGIF
ID migfmkcdgeepjipbcikgnjhjpjhpcpem
URL Officiel https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem
Description Select a word and get Gif Image :)
Taille du Fichier 63.3 KB
Nombre d'Installations 34
Version Actuelle 4.0
Dernière Mise à Jour 2016-11-28
Date de Publication 2016-11-28
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://sage.ga
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://sage.ga
Langues Prises en Charge 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
}