Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
什麼是Umami?
Umami是由https://umami.recipes開發的Chrome擴展程式,該擴展的主要功能是“Shows just the recipe and skips the rest. Save and customize the recipes you like.”。
擴展截圖
下載Umami擴展crx文件
下載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 |
官方網址 | 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": [ " |