Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
Cos'è Umami?
Umami è un'estensione di Chrome sviluppata da https://umami.recipes, e la sua funzione principale è "Shows just the recipe and skips the rest. Save and customize the recipes you like.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Umami
Scarica i file di estensione Umami in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Umami |
ID | ijlhanbdodlfgklfafdmlnfodbndbkph |
URL Ufficiale | https://chromewebstore.google.com/detail/umami/ijlhanbdodlfgklfafdmlnfodbndbkph |
Descrizione | Shows just the recipe and skips the rest. Save and customize the recipes you like. |
Dimensione del File | 22.86 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-01-30 |
Data di Pubblicazione | 2023-01-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://umami.recipes |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.umami.recipes |
URL della Pagina di Aiuto | https://www.umami.recipes/support |
URL della Pagina della Politica sulla Privacy | https://www.umami.recipes/privacy |
Lingue Supportate | 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": [ " |