Product Genius
Navigate Product Hunt like a pro - an Algorithmia experiment.
ما هو Product Genius؟
Product Genius هو إضافة Chrome تم تطويرها بواسطة https://www.algorithmia.com، والميزة الرئيسية لها هي "Navigate Product Hunt like a pro - an Algorithmia experiment.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Product Genius
قم بتنزيل ملفات الامتداد Product Genius بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get served with product recommendations based on others who upvoted the item you are looking at. Learn how we built this and how you can build your own recommendation engine at http://blog.algorithmia.com
معلومات أساسية عن التمديد
الاسم | |
ID | hklnaggijemgmimhbaifamaheiolmkil |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/product-genius/hklnaggijemgmimhbaifamaheiolmkil |
الوصف | Navigate Product Hunt like a pro - an Algorithmia experiment. |
حجم الملف | 483 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-08-03 |
تاريخ النشر | 2015-08-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.algorithmia.com |
نوع الدفع | free |
موقع الإضافة | http://www.algorithmia.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Product Genius", "description": "Navigate Product Hunt like a pro - an Algorithmia experiment.", "version": "1.1", "permissions": [ "activeTab", "tabs", "*:\/\/*.producthunt.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.producthunt.com\/*" ], "js": [ "js\/bootstrap.js" ], "css": [ "css\/font-awesome.css" ] } ], "web_accessible_resources": [ "fonts\/*.*", "images\/*.*", "js\/*.*", "*.*" ] } |