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 |
官方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": [ " |