Metric Cooking
Annotates US cooking units with their metric equivalent (e.g. 1 3/4 cups sugar [350 g])
Metric Cookingคืออะไร?
Metric Cooking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Falk Hüffner และคุณลักษณะหลักของมันคือ "Annotates US cooking units with their metric equivalent (e.g. 1 3/4 cups sugar [350 g])"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metric Cooking
ดาวน์โหลดไฟล์ส่วนขยาย Metric Cooking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you have no idea what "a stick of butter" is, or how to measure "a cup plus two tablespoons"? This add-on provides a button that when pressed, annotates US cooking units with their metric equivalent, while also trying to convert from volumes to weights, such that you can simply use your kitchen scale. Examples, where the part in [] would be added by this add-on: * I used about 1/4 to 1/3 of a cup [60–80 ml] * 3/4 cup plus 2 tablespoons packed light-brown sugar [190 g] * 1 1/2 sticks chilled unsalted butter [175 g] * a tablespoon of heavy cream [15 g] * 2/3 cup freshly grated Parmigiano-Reggiano [65 g] * sides about 2 1/2 to 3 inches [6.5–7.5 cm] high * ¾ cup plus 2 Tbs sugar [175 g] * mandoline set to 1/16th of an inch [2 mm]. * a 5- to 6-quart [4.75–5.75 l] heavy pot * between 12 ounces and a pound [350–450 g] * at about 350-380 degrees (F) [175–195 °C] * Butter a 13- by 9- by 2-inch [32.5×22.5×5 cm] baking pan
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Metric Cooking |
ID | ofokbkejapnkgolaccooepjmgpbidedg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/metric-cooking/ofokbkejapnkgolaccooepjmgpbidedg |
คำอธิบาย | Annotates US cooking units with their metric equivalent (e.g. 1 3/4 cups sugar [350 g]) |
ขนาดไฟล์ | 18.38 KB |
จำนวนการติดตั้ง | 1,266 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2022-06-27 |
วันที่เผยแพร่ | 2016-10-01 |
คะแนน | 4.07/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Falk Hüffner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/falk-hueffner/metric-cooking |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Annotates US cooking units with their metric equivalent (e.g. 1 3\/4 cups sugar [350\u202fg])", "manifest_version": 2, "name": "Metric Cooking", "version": "1.7", "homepage_url": "https:\/\/github.com\/falk-hueffner\/metric-cooking", "icons": { "19": "icons\/measuring-cup-pressed-19.png", "38": "icons\/measuring-cup-pressed-38.png", "48": "icons\/measuring-cup-pressed-48.png", "128": "icons\/measuring-cup-pressed-128.png" }, "permissions": [ "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_icon": { "19": "icons\/measuring-cup-19.png", "38": "icons\/measuring-cup-38.png" }, "default_title": "Metric cooking units" } } |