Caffeine Pal
Enhances My Fitnesspal web application
Caffeine Pal क्या है?
Caffeine Pal capybara.solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances My Fitnesspal web application"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Caffeine Pal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Caffeine Pal |
ID | mmhaiphfjhpllgjnjbeeplmhhgknhbff |
आधिकारिक URL | https://chromewebstore.google.com/detail/caffeine-pal/mmhaiphfjhpllgjnjbeeplmhhgknhbff |
विवरण | Enhances My Fitnesspal web application |
फ़ाइल का आकार | 400 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2018-09-08 |
प्रकाशन तिथि | 2018-09-08 |
डेवलपर | capybara.solutions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } ] } |