Caffeine Pal
Enhances My Fitnesspal web application
Caffeine Pal là gì?
Caffeine Pal là một tiện ích mở rộng Chrome được phát triển bởi capybara.solutions, và tính năng chính của nó là "Enhances My Fitnesspal web application".
Ả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 Caffeine Pal
Tải xuống các tệp mở rộng Caffeine Pal 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
A plugin that enhances Myfitnesspal.com website. Changes 26 - 07- 2017 - Due some breaking changes I have removed the adding food feature. - Removed the underarmor bar. - Fix Remove all foods on diary page. Features: 1) Improved food search. a) You will now be able to visualise all your foods in a single page. b) Querying and adding foods is now simpler and faster. 2) Improved navigation and overall layout a) Removed unnecessary space. b) All navigations sub links are visible from all parts of the website. 3) Diary Page. a) Visualisation of your daily total macro nutrients intake in a pie chart. b) Improved way of adding quick calories. 4) Home screen improvements. a) Infinite scrolling of friends notifications.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Caffeine Pal |
ID | mmhaiphfjhpllgjnjbeeplmhhgknhbff |
URL Chính Thức | https://chromewebstore.google.com/detail/caffeine-pal/mmhaiphfjhpllgjnjbeeplmhhgknhbff |
Mô tả | Enhances My Fitnesspal web application |
Kích Thước Tệp | 400 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2018-09-08 |
Ngày Phát Hành | 2018-09-08 |
Nhà Phát Triển | capybara.solutions |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Caffeine Pal", "version": "0.1.2", "manifest_version": 2, "description": "Enhances My Fitnesspal web application", "icons": { "128": "images\/caffeinepal-128.png" }, "browser_action": { "default_title": "Caffeine Pal", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.myfitnesspal.com\/*", "https:\/\/*.myfitnesspal.com\/*" ], "js": [], "css": [ "styles.css" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "http:\/\/*.myfitnesspal.com\/*", "https:\/\/*.myfitnesspal.com\/*" ], "js": [ ".\/vendor\/numeral.min.js", ".\/vendor\/jquery.js", ".\/vendor\/jquery.ui.js", ".\/vendor\/sticky.min.js", ".\/vendor\/moment.js", "contentscript.js" ], "css": [], "run_at": "document_end", "all_frames": false } ] } |