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是由Aaron开发的Chrome扩展程序,该扩展的主要功能是“Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.”。
扩展截图
下载MyFitnessPal Food Diary Percentages扩展crx文件
下载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 |
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" } |