Producht Hunt GIPHY integration
Search on GIPHY direct from Product Hunt and insert them into your comment!
ما هو Producht Hunt GIPHY integration؟
Producht Hunt GIPHY integration هو إضافة Chrome تم تطويرها بواسطة Moritz Kobrna، والميزة الرئيسية لها هي "Search on GIPHY direct from Product Hunt and insert them into your comment!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Producht Hunt GIPHY integration
قم بتنزيل ملفات الامتداد Producht Hunt GIPHY integration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search for GIPHY images direct from the Product Hunt comment box.
معلومات أساسية عن التمديد
الاسم | Producht Hunt GIPHY integration |
ID | jamfnkplghnfbhfnpghgbccbdhhjgkan |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan |
الوصف | Search on GIPHY direct from Product Hunt and insert them into your comment! |
حجم الملف | 75.11 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 0.1.5 |
آخر تحديث | 2017-12-18 |
تاريخ النشر | 2017-12-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Moritz Kobrna |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Producht Hunt GIPHY integration", "description": "Search on GIPHY direct from Product Hunt and insert them into your comment!", "version": "0.1.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/*.png" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.producthunt.com\/*" ], "js": [ "js\/content_script.js" ], "css": [ "css\/application.css" ] } ] } |