Recipe Nutrition Calculator
Get instant nutrition on recipes from top recipe sites, blogs, and more!
ما هو Recipe Nutrition Calculator؟
Recipe Nutrition Calculator هو إضافة Chrome تم تطويرها بواسطة https://getrecipenutrition.com، والميزة الرئيسية لها هي "Get instant nutrition on recipes from top recipe sites, blogs, and more!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Recipe Nutrition Calculator
قم بتنزيل ملفات الامتداد Recipe Nutrition Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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" } } |