Alternative Hunt
Learn about great alternative products as you browse the web. Stay updated!
Co je Alternative Hunt?
Alternative Hunt je rozšíření Chrome vyvinuté techablr, a jeho hlavní funkcí je „Learn about great alternative products as you browse the web. Stay updated!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Alternative Hunt
Stáhněte si soubory rozšíření Alternative Hunt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Alternative Hunt |
ID | cmhcomenlnmlimckaapomellmdimeomm |
Oficiální URL | https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm |
Popis | Learn about great alternative products as you browse the web. Stay updated! |
Velikost souboru | 94.64 KB |
Počet instalací | 174 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-01-14 |
Datum Vydání | 2019-01-14 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | techablr |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |