Alternative Hunt
Learn about great alternative products as you browse the web. Stay updated!
Qu'est-ce que Alternative Hunt ?
Alternative Hunt est une extension Chrome développée par techablr, et sa fonction principale est "Learn about great alternative products as you browse the web. Stay updated!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alternative Hunt
Téléchargez les fichiers d'extension Alternative Hunt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Alternative Hunt |
ID | cmhcomenlnmlimckaapomellmdimeomm |
URL Officiel | https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm |
Description | Learn about great alternative products as you browse the web. Stay updated! |
Taille du Fichier | 94.64 KB |
Nombre d'Installations | 174 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-01-14 |
Date de Publication | 2019-01-14 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | techablr |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |