MyFitnessPal Food Diary Percentages
Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.
Co to jest MyFitnessPal Food Diary Percentages?
MyFitnessPal Food Diary Percentages to rozszerzenie Chrome opracowane przez Aaron, a jego główną funkcją jest „Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MyFitnessPal Food Diary Percentages
Pobierz pliki rozszerzeń MyFitnessPal Food Diary Percentages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | iihalhcnelmolmliablkcmhahdnfcejf |
| Oficjalny URL | https://chromewebstore.google.com/detail/myfitnesspal-food-diary-p/iihalhcnelmolmliablkcmhahdnfcejf |
| Opis | Adds display of Carb/Protein/Fat -macro- percentages to any daily food diary page on MyFitnessPal. |
| Rozmiar pliku | 54.25 KB |
| Liczba instalacji | 1,183 |
| Aktualna Wersja | 1.0.9 |
| Ostatnia Aktualizacja | 2014-04-11 |
| Data Publikacji | 2014-04-11 |
| Ocena | 2.68/5 Łącznie 38 Oceny |
| Deweloper | Aaron |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |