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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" ] } |