Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
Umamiคืออะไร?
Umami เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://umami.recipes และคุณลักษณะหลักของมันคือ "Shows just the recipe and skips the rest. Save and customize the recipes you like."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Umami
ดาวน์โหลดไฟล์ส่วนขยาย Umami ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click the Umami button on any recipe website to see just the recipe and nothing else. The recipe is shown in a beautifully simple sheet with ingredients and directions side-by-side. Click ingredients to check them off as you go and click steps in the instructions to mark your spot. Your progress is saved as you cook. Even if you close the cooking sheet or refresh the page, you can still pick up right where you left off. To save a recipe, click the "Import" button and select the recipe book you want to add it to. Once saved to Umami, you can edit and customize the recipe to your taste.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Umami |
ID | ijlhanbdodlfgklfafdmlnfodbndbkph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/umami/ijlhanbdodlfgklfafdmlnfodbndbkph |
คำอธิบาย | Shows just the recipe and skips the rest. Save and customize the recipes you like. |
ขนาดไฟล์ | 22.86 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-01-30 |
วันที่เผยแพร่ | 2023-01-24 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://umami.recipes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.umami.recipes |
URL หน้าช่วยเหลือ | https://www.umami.recipes/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.umami.recipes/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Umami", "version": "1.0.3", "author": { "email": "[email protected]" }, "description": "Shows just the recipe and skips the rest. Save and customize the recipes you like.", "action": { "default_title": "Umami" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "permissions": [ "activeTab", "scripting", "storage", "tabs", "unlimitedStorage" ], "optional_host_permissions": [ " |