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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |