Foodie
Recipe finder based on your trolley
Foodieとは何ですか?
Foodieはadrianによって開発されたChromeの拡張機能で、その主な機能は「Recipe finder based on your trolley」です。
拡張機能のスクリーンショット
Foodie拡張機能のCRXファイルをダウンロード
Foodie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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\/" ] } |