Foodie

Recipe finder based on your trolley

Foodieคืออะไร?

Foodie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adrian และคุณลักษณะหลักของมันคือ "Recipe finder based on your trolley"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Foodie

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}