Protein Tracker
Tracks a user's protein totals throughout the day.
Protein Trackerคืออะไร?
Protein Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marius.tao และคุณลักษณะหลักของมันคือ "Tracks a user's protein totals throughout the day."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Protein Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Protein Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Protein Tracker |
ID | mokghkeodcncdkpacijgefhfilognnkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/protein-tracker/mokghkeodcncdkpacijgefhfilognnkl |
คำอธิบาย | Tracks a user's protein totals throughout the day. |
ขนาดไฟล์ | 2.99 MB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.55 |
อัปเดตครั้งล่าสุด | 2018-04-20 |
วันที่เผยแพร่ | 2018-04-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | marius.tao |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://walkinprogress.github.io/WebPage_for_ProteinTracker/ |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/WalkInProgress/ProteinTracker-ChromeExtension/blob/master/LICENSE.md |
ภาษาที่รองรับ | 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" ] } |