Alternative Hunt
Learn about great alternative products as you browse the web. Stay updated!
Apa itu Alternative Hunt?
Alternative Hunt adalah ekstensi Chrome yang dikembangkan oleh techablr, dan fitur utamanya adalah "Learn about great alternative products as you browse the web. Stay updated!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Alternative Hunt
Unduh file ekstensi Alternative Hunt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Alternative Hunt |
ID | cmhcomenlnmlimckaapomellmdimeomm |
URL Resmi | https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm |
Deskripsi | Learn about great alternative products as you browse the web. Stay updated! |
Ukuran File | 94.64 KB |
Jumlah Instalasi | 174 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-01-14 |
Tanggal Publikasi | 2019-01-14 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | techablr |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |