Nutrition Facts Label

Nutrition Facts Label

Nutrition Facts Labelคืออะไร?

Nutrition Facts Label เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ikenna Okpala และคุณลักษณะหลักของมันคือ "Nutrition Facts Label"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Nutrition Facts Label ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides food bloggers the ability to add nutrition facts label to their recipe post(s) and with nutritive insights.

This extension has been derived from our code used on www.globalfoodbook.com. It is part of our drive to contribute back to the awesome WordPress community.

Our motivation for releasing this extension is based on a forum discussion on the food-cook theme site and we felt that we already had some code that could serve as a basis for others to benefit and possibly improve on.

How do I use this Nutrition Label ?

Enter your ingredients into the textbox (one ingredient on a line).
Press “Generate Label” on the Nutrition Facts Label Generator.
The nutrition facts are automatically generated for you.
N:B List the ingredients individually including the quantities.

How do I Download this Nutrition Label ?

Click the download button after you have generated the nutrition label                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nutrition Facts Label Nutrition Facts Label
ID dgaghiipokblidmagdngkjlghnieiffe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nutrition-facts-label/dgaghiipokblidmagdngkjlghnieiffe
คำอธิบาย Nutrition Facts Label
ขนาดไฟล์ 772 KB
จำนวนการติดตั้ง 522
เวอร์ชันปัจจุบัน 0.30
อัปเดตครั้งล่าสุด 2015-12-03
วันที่เผยแพร่ 2015-12-02
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ikenna Okpala
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://globalfoodbook.com/analytics/nutrition-facts-label/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nutrition Facts Label",
    "description": "Nutrition Facts Label",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "minimum_chrome_version": "5.0",
    "version": "0.30",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon48.png",
        "default_title": "Nutrition Facts Label",
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        "assets\/images\/icon1128.png",
        "assets\/images\/icon16.png",
        "assets\/images\/icon48.png",
        "assets\/images\/load.gif",
        "assets\/images\/logo.png",
        "assets\/images\/beta.png",
        "assets\/css\/images\/down.png",
        "assets\/css\/images\/up.png",
        "assets\/css\/nutritionLabel.css",
        "assets\/javascript\/jquery-2.1.4.min.js",
        "assets\/javascript\/nutritionLabel.js",
        "nutrition-facts-label.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/javascript\/jquery-2.1.4.min.js",
                "assets\/javascript\/nutritionLabel.js",
                "assets\/javascript\/html2canvas.js",
                "assets\/javascript\/gfb_nutrition_label.js",
                "nutrition-facts-label.js"
            ]
        }
    ]
}