Gifkitty

Gif Picker for Product Hunt

Cos'è Gifkitty?

Gifkitty è un'estensione di Chrome sviluppata da Joel Benjamin, e la sua funzione principale è "Gif Picker for Product Hunt".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gifkitty

Scarica i file di estensione Gifkitty 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

                        Gif Picker for Product Hunt! Find and add gifs to your comments on Product Hunt.

 	
To use this tool just type "$:" inside any textbox (comment section or replies), it should show you a popup. Then search for a gif and hit enter.                    

Informazioni di Base sull'Estensione

Nome Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
URL Ufficiale https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
Descrizione Gif Picker for Product Hunt
Dimensione del File 49.43 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2018-10-29
Data di Pubblicazione 2018-10-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Joel Benjamin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gifkitty",
    "version": "1.0",
    "description": "Gif Picker for Product Hunt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "app.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/api.giphy.com\/*",
        "webRequest"
    ],
    "web_accessible_resources": [
        "giphy.png"
    ],
    "icons": {
        "48": "icons\/gk-48.png"
    }
}