Product Hunt Hover Cards
Hover cards for Product Hunt user profiles
ما هو Product Hunt Hover Cards؟
Product Hunt Hover Cards هو إضافة Chrome تم تطويرها بواسطة Moritz Kobrna، والميزة الرئيسية لها هي "Hover cards for Product Hunt user profiles".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Product Hunt Hover Cards
قم بتنزيل ملفات الامتداد Product Hunt Hover Cards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hover cards for Product Hunt user profiles See also: Product Hunt Mentions (https://chrome.google.com/webstore/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg) Product Hunt GIPHY Integration (https://chrome.google.com/webstore/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan) Made by @neuling2k and @crtvhd
معلومات أساسية عن التمديد
الاسم | |
ID | mjanoliajoilapldkkahodgkmlgngljb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/product-hunt-hover-cards/mjanoliajoilapldkkahodgkmlgngljb |
الوصف | Hover cards for Product Hunt user profiles |
حجم الملف | 60.31 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-10-07 |
تاريخ النشر | 2016-10-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Moritz Kobrna |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Product Hunt Hover Cards", "description": "Hover cards for Product Hunt user profiles", "version": "1.0.0", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.producthunt.com\/*" ], "all_frames": true, "js": [ "js\/content_script.js" ], "css": [ "css\/styles.css" ] } ], "permissions": [ "storage", "*:\/\/*.producthunt.com\/*" ] } |