Protein Tracker
Tracks a user's protein totals throughout the day.
Protein Tracker क्या है?
Protein Tracker marius.tao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tracks a user's protein totals throughout the day."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Protein Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
गोपनीयता नीति पृष्ठ 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" ] } |