Gifkitty

Gif Picker for Product Hunt

Wat is Gifkitty?

Gifkitty is een Chrome-extensie ontwikkeld door Joel Benjamin, en de belangrijkste functie is "Gif Picker for Product Hunt".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gifkitty

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

                        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.                    

Basisinformatie over de Extensie

Naam Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
Officiële URL https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
Beschrijving Gif Picker for Product Hunt
Bestandsgrootte 49.43 KB
Aantal Installaties 17
Huidige Versie 1.0
Laatst Bijgewerkt 2018-10-29
Publicatiedatum 2018-10-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Joel Benjamin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}