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
官方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\/"
    ]
}