Interactive Charts by FOODFASTFIT
Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.
Interactive Charts by FOODFASTFIT là gì?
Interactive Charts 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à "Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.".
Ả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 Interactive Charts by FOODFASTFIT
Tải xuống các tệp mở rộng Interactive Charts 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
Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Interactive Charts by FOODFASTFIT |
ID | amkolaphnpboccgiidldgjfihahlhlkb |
URL Chính Thức | https://chromewebstore.google.com/detail/interactive-charts-by-foo/amkolaphnpboccgiidldgjfihahlhlkb |
Mô tả | Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts. |
Kích Thước Tệp | 92.44 KB |
Số Lần Cài Đặt | 391 |
Phiên Bản Hiện Tại | 52 |
Cập Nhật Lần Cuối | 2023-08-29 |
Ngày Phát Hành | 2020-11-11 |
Nhà Phát Triển | https://foodfastfit.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://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", "manifest_version": 3, "name": "Interactive Charts by FOODFASTFIT", "version": "52", "content_scripts": [ { "matches": [ "*:\/\/*.myfitnesspal.com\/reports*", "*:\/\/*.myfitnesspal.com\/*\/reports*" ], "exclude_matches": [ "*:\/\/*.myfitnesspal.com\/reports\/printable_diary*", "*:\/\/*.myfitnesspal.com\/*\/reports\/printable_diary*" ], "js": [ "main.js" ] }, { "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": [ "fff.js" ] } ], "icons": { "16": "foodfastfit16.png", "48": "foodfastfit48.png", "128": "foodfastfit128.png" }, "background": { "service_worker": "background.js" }, "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\/" ] }, "host_permissions": [ "https:\/\/www.myfitnesspal.com\/*" ], "permissions": [ "storage", "webRequest" ] } |