MyFitnessPal Search Filters
Gives filtering options for the MyFitnessPal food search.
MyFitnessPal Search Filters क्या है?
MyFitnessPal Search Filters aaronklaassen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives filtering options for the MyFitnessPal food search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MyFitnessPal Search Filters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Improves the MyFitnessPal.com search results by adding a filtering option to more easily find the food you're looking for.
एक्सटेंशन की मूल जानकारी
नाम | MyFitnessPal Search Filters |
ID | gebbknledcndnnoamiccckbbodbhimde |
आधिकारिक URL | https://chromewebstore.google.com/detail/myfitnesspal-search-filte/gebbknledcndnnoamiccckbbodbhimde |
विवरण | Gives filtering options for the MyFitnessPal food search. |
फ़ाइल का आकार | 218 KB |
स्थापना संख्या | 719 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-09-24 |
प्रकाशन तिथि | 2013-09-23 |
रेटिंग | 3.82/5 कुल 17 रेटिंग्स |
डेवलपर | aaronklaassen |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://www.outerspacehero.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyFitnessPal Search Filters", "description": "Gives filtering options for the MyFitnessPal food search.", "version": "1.1", "author": "Aaron Klaassen", "homepage_url": "http:\/\/www.outerspacehero.com\/", "content_scripts": [ { "matches": [ "http:\/\/www.myfitnesspal.com\/food\/search*", "http:\/\/www.myfitnesspal.com\/recipe\/add_ingredient*", "http:\/\/www.myfitnesspal.com\/food\/calorie-chart-nutrition-facts*" ], "css": [ "controls.css" ], "js": [ "jquery-2.0.3.min.js", "filter.js" ] } ], "web_accessible_resources": [ "jquery-2.0.3.min.js", "controls.html" ], "icons": { "16": "images\/Filled-Filter-16.png", "48": "images\/Filled-Filter-48.png", "128": "images\/Filled-Filter-128.png" } } |