Gifkitty

Gif Picker for Product Hunt

Qu'est-ce que Gifkitty ?

Gifkitty est une extension Chrome développée par Joel Benjamin, et sa fonction principale est "Gif Picker for Product Hunt".

Captures d'Écran de l'Extension

screenshot

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

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

                        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.                    

Informations de Base sur l'Extension

Nom Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
URL Officiel https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
Description Gif Picker for Product Hunt
Taille du Fichier 49.43 KB
Nombre d'Installations 17
Version Actuelle 1.0
Dernière Mise à Jour 2018-10-29
Date de Publication 2018-10-29
Évaluation 5.00/5 Total 3 Évaluations
Développeur Joel Benjamin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}