Alternative Hunt
Learn about great alternative products as you browse the web. Stay updated!
Hvad er Alternative Hunt?
Alternative Hunt er en Chrome-udvidelse udviklet af techablr, og dens hovedfunktion er "Learn about great alternative products as you browse the web. Stay updated!".
Udvidelsesskærmbilleder
Download Alternative Hunt-udvidelses-CRX-fil
Download Alternative Hunt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Alternative Hunt |
ID | cmhcomenlnmlimckaapomellmdimeomm |
Officiel URL | https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm |
Beskrivelse | Learn about great alternative products as you browse the web. Stay updated! |
Filstørrelse | 94.64 KB |
Antal Installationer | 174 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-01-14 |
Udgivelsesdato | 2019-01-14 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | techablr |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |