Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
ما هو Product Hunt™ Tabs؟
Product Hunt™ Tabs هو إضافة Chrome تم تطويرها بواسطة Kevin Campion، والميزة الرئيسية لها هي "Chrome extension to open all daily products websites with a single click on Product Hunt™.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Product Hunt™ Tabs
قم بتنزيل ملفات الامتداد Product Hunt™ Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you use Product Hunt™ every day to make the day before or discover something new? Do you open one by one each url of the products? This extension is for you, you'll save a lot of time! Open all daily products websites with a single click. This extension displays a button on all daily lists of products. Click on this button and all the websites will be open in a new tab of your browser.
معلومات أساسية عن التمديد
الاسم | Product Hunt™ Tabs |
ID | anjbcpdnihhgaabcpamabkmpccbfgmoo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo |
الوصف | Chrome extension to open all daily products websites with a single click on Product Hunt™. |
حجم الملف | 49.03 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 0.4.5 |
آخر تحديث | 2018-08-15 |
تاريخ النشر | 2018-08-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Kevin Campion |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "0.4.5", "default_locale": "en", "description": "__MSG_extDescription__", "manifest_version": 2, "icons": { "128": "assets\/icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.producthunt.com\/*", "https:\/\/www.producthunt.com\/*" ], "js": [ "js\/main.min.js" ], "css": [ "css\/style.min.css" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |