Protein Tracker
Tracks a user's protein totals throughout the day.
Protein Tracker là gì?
Protein Tracker là một tiện ích mở rộng Chrome được phát triển bởi marius.tao, và tính năng chính của nó là "Tracks a user's protein totals throughout the day.".
Ả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 Protein Tracker
Tải xuống các tệp mở rộng Protein Tracker 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
An options page where you can set your protein goal and personal information. A popup window where you can add your protein intake as you eat. It has a progress indicator that shows you how close you are to your goal as a percentage and a bar graph. The popup was designed for easy protein tracking. A context menu option to add proteins by simply selecting the protein quantity, highlighting it and clicking Add Protein.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Protein Tracker |
ID | mokghkeodcncdkpacijgefhfilognnkl |
URL Chính Thức | https://chromewebstore.google.com/detail/protein-tracker/mokghkeodcncdkpacijgefhfilognnkl |
Mô tả | Tracks a user's protein totals throughout the day. |
Kích Thước Tệp | 2.99 MB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.55 |
Cập Nhật Lần Cuối | 2018-04-20 |
Ngày Phát Hành | 2018-04-20 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | marius.tao |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://walkinprogress.github.io/WebPage_for_ProteinTracker/ |
URL Trang Chính Sách Bảo Mật | https://github.com/WalkInProgress/ProteinTracker-ChromeExtension/blob/master/LICENSE.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Protein Tracker", "description": "Tracks a user's protein totals throughout the day.", "version": "0.55", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "file_system_provider_capabilities": { "configurable": true, "multiple_mounts": true, "source": "network" }, "short_name": "PTrcker", "options_page": "options.html", "background": { "scripts": [ "js\/eventPage.js", "js\/progressbar.js" ], "persistent": false, "offline_enabled": true }, "permissions": [ "storage", "notifications", "contextMenus" ] } |