Foodie
Recipe finder based on your trolley
Foodie क्या है?
Foodie adrian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recipe finder based on your trolley"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Foodie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Foodie |
ID | hlkgmeebmcmbbfoaamicfcljhcidkdof |
आधिकारिक URL | https://chromewebstore.google.com/detail/foodie/hlkgmeebmcmbbfoaamicfcljhcidkdof |
विवरण | Recipe finder based on your trolley |
फ़ाइल का आकार | 1.34 MB |
स्थापना संख्या | 147 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2015-06-21 |
प्रकाशन तिथि | 2015-06-21 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | adrian |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/" ] } |