MyFitnessPal Food Diary Percentages
Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.
What is MyFitnessPal Food Diary Percentages?
MyFitnessPal Food Diary Percentages is a Chrome extension developed by Aaron, and its main feature is "Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.".
Extension Screenshots
Download MyFitnessPal Food Diary Percentages Extension CRX File
Download MyFitnessPal Food Diary Percentages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.
Extension Basic Information
Name | MyFitnessPal Food Diary Percentages |
ID | iihalhcnelmolmliablkcmhahdnfcejf |
Official URL | https://chromewebstore.google.com/detail/myfitnesspal-food-diary-p/iihalhcnelmolmliablkcmhahdnfcejf |
Description | Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal. |
File Size | 54.25 KB |
Installation Count | 1,183 |
Current Version | 1.0.9 |
Last Updated | 2014-04-11 |
Publish Date | 2014-04-11 |
Rating | 2.68/5 Total 38 Ratings |
Developer | Aaron |
Payment Type | free |
Supported Languages | 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" } |