Easy MyFitnessPal (ezmfp)

This extension provides enhancements to MyFitnessPal.com. Please contact me with screenshots and details for any bugs you may…

Easy MyFitnessPal (ezmfp)คืออะไร?

Easy MyFitnessPal (ezmfp) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Davis และคุณลักษณะหลักของมันคือ "This extension provides enhancements to MyFitnessPal.com. Please contact me with screenshots and details for any bugs you may…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy MyFitnessPal (ezmfp)

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

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

                        This extension provides enhancements to MyFitnessPal.com. Please contact me with screenshots and details for any bugs you may encounter at [email protected]. Thank you.

Features:
-------------------------------------
Diary page:
-- automatic scrolling that returns you to the meal you're editing 
-- button to delete all items per meal
-- buttons to increment/decrement item quantity in quick edit modal

Add to Diary page:
 -- removes pagination to show all pages of recent food items, my foods, meals, and recipes.
 -- fixed navigation on scroll

Release Notes:
-------------------------------------
Version 1.5.0
- remove accurate calorie count
- account for comma separators in quick edit
- code clean up
Version: 1.4.1
-- bugfix with calorie total per meal for premium users
-- added hint about asterisk on diary page
Version: 1.4.0
-- bug fixes with MFP update
-- quicks available from diary page
Version: 1.3.7
-- modified layout of quick edit buttons
Version: 1.3.6
-- performance improvements
Version: 1.3.5
-- added button to delete all items per meal
-- added buttons to increment/decrement item quantity in quick edit modal
Version: 1.3.4
-- refined permissions
Version: 1.3.3
--- Bug fixes
Version: 1.3.2
--- Removed annoying loading graphic
Version: 1.3.1
--- Fixed add to diary tabs that didn't load
--- Fixed issue with add to diary tab pages not loading
--- Added feature for the page to automatically scroll down to the meal you're editing
Version: 1.3.0
 -- Added fixed navigation on Diary page
 -- My Foods, Meals, and Recipes tabs now load all pages.
Version: 1.2.2
 -- Bug fixes, macros should now save correctly when using the absolute mode.
Version: 1.2.1
 -- Bug fix and code enhancements
Version: 1.2.0
 -- Custom goals page: input mode dropdown added to switch between text inputs and dropdowns to choose macros.
Version: 1.1.0 
 -- Custom goals page:  macro dropdowns are in increments of one and target grams update automatically.
 -- Name changed again - Easy MyFitnessPal (ezmfp)
Version: 1.0.1
 -- Update the official name to ezmfp - Easy MyFitnessPal
Version: 1.0.0
 -- Initial release.                    

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

ชื่อ Easy MyFitnessPal (ezmfp) Easy MyFitnessPal (ezmfp)
ID fhhokehggpeffjfgjiingnacgepfkkmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-myfitnesspal-ezmfp/fhhokehggpeffjfgjiingnacgepfkkmi
คำอธิบาย This extension provides enhancements to MyFitnessPal.com. Please contact me with screenshots and details for any bugs you may…
ขนาดไฟล์ 639 KB
จำนวนการติดตั้ง 548
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2021-01-19
วันที่เผยแพร่ 2017-08-16
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Kevin Davis
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "dist\/css\/jquery-ui.min.css",
                "dist\/css\/contentscripts.css"
            ],
            "js": [
                "dist\/js\/plugins\/jquery.js",
                "dist\/js\/plugins\/jquery-ui.min.js",
                "dist\/js\/plugins\/plugins.js",
                "dist\/js\/contentscripts.js"
            ],
            "matches": [
                "http:\/\/www.myfitnesspal.com\/*",
                "https:\/\/www.myfitnesspal.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Easy MyFitnessPal (ezmfp)",
    "permissions": [
        "http:\/\/*.myfitnesspal.com\/",
        "https:\/\/*.myfitnesspal.com\/"
    ],
    "version": "1.5.0"
}