Alternative Hunt
Learn about great alternative products as you browse the web. Stay updated!
ما هو Alternative Hunt؟
Alternative Hunt هو إضافة Chrome تم تطويرها بواسطة techablr، والميزة الرئيسية لها هي "Learn about great alternative products as you browse the web. Stay updated!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alternative Hunt
قم بتنزيل ملفات الامتداد Alternative Hunt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Alternative Hunt is a great way to learn about new products as you browse the web. The Alternative Hunt Chrome Extension will automatically find alternatives of the website you are currently visiting. The extension will show a notification alert when alternatives are available. The extension uses Product Hunt (producthunt.com) data for displaying the alternatives. The extension only works for the home page of a website.
معلومات أساسية عن التمديد
الاسم | Alternative Hunt |
ID | cmhcomenlnmlimckaapomellmdimeomm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm |
الوصف | Learn about great alternative products as you browse the web. Stay updated! |
حجم الملف | 94.64 KB |
عدد التثبيتات | 174 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-01-14 |
تاريخ النشر | 2019-01-14 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | techablr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alternative Hunt", "version": "1.0", "description": "Learn about great alternative products as you browse the web. Stay updated!", "permissions": [ "https:\/\/apps.techablr.com\/*", "tabs", "notifications", "background" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/ahicon.png" } }, "icons": { "128": "images\/ahicon.png" }, "manifest_version": 2 } |