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. 擴展基本資訊
| 名稱 | |
| ID | iihalhcnelmolmliablkcmhahdnfcejf |
| 官方網址 | 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"
} | |