Gifkitty

Gif Picker for Product Hunt

ما هو Gifkitty؟

Gifkitty هو إضافة Chrome تم تطويرها بواسطة Joel Benjamin، والميزة الرئيسية لها هي "Gif Picker for Product Hunt".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gifkitty

قم بتنزيل ملفات الامتداد Gifkitty بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
الوصف Gif Picker for Product Hunt
حجم الملف 49.43 KB
عدد التثبيتات 17
النسخة الحالية 1.0
آخر تحديث 2018-10-29
تاريخ النشر 2018-10-29
تقييم 5.00/5 مجموع تقييمات 3
المطور Joel Benjamin
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}