Foodie

Recipe finder based on your trolley

什麼是Foodie?

Foodie是由adrian開發的Chrome擴展程式,該擴展的主要功能是“Recipe finder based on your trolley”。

擴展截圖

screenshot

下載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 Foodie
ID hlkgmeebmcmbbfoaamicfcljhcidkdof
官方網址 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\/"
    ]
}