Recipe Nutrition Calculator
Get instant nutrition on recipes from top recipe sites, blogs, and more!
Recipe Nutrition Calculator क्या है?
Recipe Nutrition Calculator https://getrecipenutrition.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get instant nutrition on recipes from top recipe sites, blogs, and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Recipe Nutrition Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The recipe nutrition calculator gives you instant nutritional information across dozens of popular recipe sites, blogs, and more! You can also paste ingredients quantities in the extension and it'll provide an estimate.
एक्सटेंशन की मूल जानकारी
नाम | Recipe Nutrition Calculator |
ID | khfoofiaggfpmefgbfaghgnnpembfbnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/recipe-nutrition-calculat/khfoofiaggfpmefgbfaghgnnpembfbnh |
विवरण | Get instant nutrition on recipes from top recipe sites, blogs, and more! |
फ़ाइल का आकार | 1.32 MB |
स्थापना संख्या | 295 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-06-29 |
प्रकाशन तिथि | 2021-06-08 |
रेटिंग | 5.00/5 कुल 12 रेटिंग्स |
डेवलपर | https://getrecipenutrition.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://getrecipenutrition.com/ |
सहायता पृष्ठ URL | http://getrecipenutrition.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recipe Nutrition Calculator", "version": "1.4", "description": "Get instant nutrition on recipes from top recipe sites, blogs, and more! ", "manifest_version": 2, "permissions": [ "tabs", "activeTab", "*:\/\/*\/*" ], "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "assets\/mustache.min.js", "assets\/ga.js", "background.js", "runtime.js" ] }, "browser_action": { "default_popup": "index.html" } } |