SelectGIF

Select a word and get Gif Image :)

Cos'è SelectGIF?

SelectGIF è un'estensione di Chrome sviluppata da http://sage.ga, e la sua funzione principale è "Select a word and get Gif Image :)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SelectGIF

Scarica i file di estensione SelectGIF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SelectGIF SelectGIF
ID migfmkcdgeepjipbcikgnjhjpjhpcpem
URL Ufficiale https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem
Descrizione Select a word and get Gif Image :)
Dimensione del File 63.3 KB
Conteggio Installazioni 34
Versione Corrente 4.0
Ultimo Aggiornamento 2016-11-28
Data di Pubblicazione 2016-11-28
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://sage.ga
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://sage.ga
Lingue Supportate 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
}