Product Hunt Bookmark Collections
Bookmark and save your favorite collections
ما هو Product Hunt Bookmark Collections؟
Product Hunt Bookmark Collections هو إضافة Chrome تم تطويرها بواسطة Clément Quennesson، والميزة الرئيسية لها هي "Bookmark and save your favorite collections".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Product Hunt Bookmark Collections
قم بتنزيل ملفات الامتداد Product Hunt Bookmark Collections بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Product Hunt Bookmark Collections is the easiest way to bookmark and save your favorite collections on Product Hunt
معلومات أساسية عن التمديد
الاسم | |
ID | oaedkejndiopbdlnpknmhknghahfajcf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf |
الوصف | Bookmark and save your favorite collections |
حجم الملف | 180 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2015-07-19 |
تاريخ النشر | 2015-07-19 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Clément Quennesson |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Product Hunt Bookmark Collections", "description": "Bookmark and save your favorite collections", "version": "0.0.5", "manifest_version": 2, "icons": { "19": "icons\/icon-19.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.producthunt.com\/*\/collections\/*", "*:\/\/www.producthunt.com\/e\/*" ], "js": [ "js\/jquery.min.js", "js\/inject.js" ] } ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_popup": "popup.html" } } |