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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.umami.recipes/support |
عنوان صفحة سياسة الخصوصية | 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": [ " |