Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
¿Qué es Umami?
Umami es una extensión de Chrome desarrollada por https://umami.recipes, y su función principal es "Shows just the recipe and skips the rest. Save and customize the recipes you like.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Umami
Descarga archivos de extensión Umami en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Umami |
ID | ijlhanbdodlfgklfafdmlnfodbndbkph |
URL Oficial | https://chromewebstore.google.com/detail/umami/ijlhanbdodlfgklfafdmlnfodbndbkph |
Descripción | Shows just the recipe and skips the rest. Save and customize the recipes you like. |
Tamaño del Archivo | 22.86 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.0.3 |
Última Actualización | 2023-01-30 |
Fecha de Publicación | 2023-01-24 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://umami.recipes |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.umami.recipes |
URL de la Página de Ayuda | https://www.umami.recipes/support |
URL de la Página de Política de Privacidad | https://www.umami.recipes/privacy |
Idiomas Soportados | 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": [ " |