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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |