Foodie
Recipe finder based on your trolley
Qu'est-ce que Foodie ?
Foodie est une extension Chrome développée par adrian, et sa fonction principale est "Recipe finder based on your trolley".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Foodie
Téléchargez les fichiers d'extension Foodie 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
Find Healthy Cheap Recipes without changing your shopping habits! Foodie will search the recipe engine to find you recipes directly related to items you have already in your Asda food basket. Please note this extension currently only works with Asda UK, if you cannot find recipes then please ensure you have food items added to your Asda trolley at http://groceries.asda.com/ New in 1.1.1: Fixed Performance problem Follow development or get in touch here: https://github.com/slifin/foodie-ext
Informations de Base sur l'Extension
Nom | Foodie |
ID | hlkgmeebmcmbbfoaamicfcljhcidkdof |
URL Officiel | https://chromewebstore.google.com/detail/foodie/hlkgmeebmcmbbfoaamicfcljhcidkdof |
Description | Recipe finder based on your trolley |
Taille du Fichier | 1.34 MB |
Nombre d'Installations | 147 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2015-06-21 |
Date de Publication | 2015-06-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | adrian |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Foodie", "description": "Recipe finder based on your trolley", "version": "1.1.1", "content_scripts": [ { "matches": [ "http:\/\/groceries.asda.com\/*" ], "js": [ "lib\/lodash.min.js", "lib\/jquery-2.1.3.min.js", "lib\/arrive.min.js", "controllers\/main.js" ] } ], "background": { "scripts": [ "events\/bg.js" ] }, "browser_action": { "default_icon": "svg\/bowl-gimp.png", "default_popup": "html\/popup.html", "default_title": "Click here!" }, "permissions": [ "storage", "declarativeContent", "http:\/\/foodie\/", "http:\/\/arcanine.net\/" ] } |