MyFitnessPal Food Diary Percentages

Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.

MyFitnessPal Food Diary Percentagesคืออะไร?

MyFitnessPal Food Diary Percentages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron และคุณลักษณะหลักของมันคือ "Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyFitnessPal Food Diary Percentages

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

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

                        Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.                    

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

ชื่อ MyFitnessPal Food Diary Percentages MyFitnessPal Food Diary Percentages
ID iihalhcnelmolmliablkcmhahdnfcejf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myfitnesspal-food-diary-p/iihalhcnelmolmliablkcmhahdnfcejf
คำอธิบาย Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.
ขนาดไฟล์ 54.25 KB
จำนวนการติดตั้ง 1,183
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2014-04-11
วันที่เผยแพร่ 2014-04-11
คะแนน 2.68/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา Aaron
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/*.myfitnesspal.com\/food\/diary\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/ https:\/\/*.googleapis.com; object-src 'self'",
    "description": "Adds display of Carb\/Protein\/Fat -macro- percentages to any daily food diary page on MyFitnessPal.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "name": "MyFitnessPal Food Diary Percentages",
    "permissions": [
        "http:\/\/www.myfitnesspal.com\/"
    ],
    "version": "1.0.9"
}