Macro Settings by FOODFASTFIT
Convert grams and calories
Macro Settings by FOODFASTFIT là gì?
Macro Settings by FOODFASTFIT là một tiện ích mở rộng Chrome được phát triển bởi https://foodfastfit.com, và tính năng chính của nó là "Convert grams and calories".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Macro Settings by FOODFASTFIT
Tải xuống các tệp mở rộng Macro Settings by FOODFASTFIT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Set your macronutrient ratios for carbs, fat, and protein effortlessly. Tracking macros down to the gram offers precision in your nutrition game! Accurate tracking helps you fine-tune your diet, hit macros for better results, and discover what fuels your body best. Use presets and easily update your macronutrient goals. Save frequently-used combinations of carbs, fat and protein that can be used to autofill forms.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Macro Settings by FOODFASTFIT |
ID | mfdcclpjngnnnhplbbldfnbfkjipfald |
URL Chính Thức | https://chromewebstore.google.com/detail/macro-settings-by-foodfas/mfdcclpjngnnnhplbbldfnbfkjipfald |
Mô tả | Convert grams and calories |
Kích Thước Tệp | 93.42 KB |
Số Lần Cài Đặt | 1,510 |
Phiên Bản Hiện Tại | 74 |
Cập Nhật Lần Cuối | 2023-08-28 |
Ngày Phát Hành | 2020-11-14 |
Nhà Phát Triển | https://foodfastfit.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://myfitnesspal.foodfastfit.com |
URL Trang Trợ Giúp | https://www.suggestiondrop.com/community/foodfastfit |
URL Trang Chính Sách Bảo Mật | https://foodfastfit.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Macro Settings by FOODFASTFIT", "description": "Convert grams and calories", "version": "74", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.myfitnesspal.com\/*" ], "permissions": [ "storage", "webNavigation", "webRequest" ], "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "action": [], "externally_connectable": { "matches": [ "https:\/\/myfitnesspal.foodfastfit.com\/", "https:\/\/myfitnesspal.foodfastfit.com\/myfitnesspal-x-foodfastfit", "https:\/\/myfitnesspal.foodfastfit.com\/myfitnesspal-x-foodfastfit\/", "http:\/\/mfp.foodfastfit.com\/", "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit", "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit\/" ] }, "content_scripts": [ { "matches": [ "https:\/\/myfitnesspal.foodfastfit.com\/", "https:\/\/myfitnesspal.foodfastfit.com\/myfitnesspal-x-foodfastfit", "https:\/\/myfitnesspal.foodfastfit.com\/myfitnesspal-x-foodfastfit\/", "http:\/\/mfp.foodfastfit.com\/", "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit", "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit\/" ], "js": [ "content-script-foodfastfit.js" ] }, { "matches": [ "*:\/\/*.myfitnesspal.com\/*" ], "js": [ "content-script-myfitnesspal.js" ] } ] } |