Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
O que é Umami?
Umami é uma extensão do Chrome desenvolvida por https://umami.recipes, e sua principal característica é "Shows just the recipe and skips the rest. Save and customize the recipes you like.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Umami
Baixe arquivos de extensão Umami no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Umami |
ID | ijlhanbdodlfgklfafdmlnfodbndbkph |
URL Oficial | https://chromewebstore.google.com/detail/umami/ijlhanbdodlfgklfafdmlnfodbndbkph |
Descrição | Shows just the recipe and skips the rest. Save and customize the recipes you like. |
Tamanho do Arquivo | 22.86 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.3 |
Última Atualização | 2023-01-30 |
Data de Publicação | 2023-01-24 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://umami.recipes |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.umami.recipes |
URL da Página de Ajuda | https://www.umami.recipes/support |
URL da Página de Política de Privacidade | https://www.umami.recipes/privacy |
Idiomas Suportados | 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": [ " |