Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
Was ist Umami?
Umami ist eine Chrome-Erweiterung, die von https://umami.recipes entwickelt wurde, und ihr Hauptmerkmal ist "Shows just the recipe and skips the rest. Save and customize the recipes you like.".
Erweiterungsscreenshots
Umami-Erweiterungs-CRX-Datei herunterladen
Laden Sie Umami-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Umami |
ID | ijlhanbdodlfgklfafdmlnfodbndbkph |
Offizielle URL | https://chromewebstore.google.com/detail/umami/ijlhanbdodlfgklfafdmlnfodbndbkph |
Beschreibung | Shows just the recipe and skips the rest. Save and customize the recipes you like. |
Dateigröße | 22.86 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2023-01-30 |
Veröffentlichungsdatum | 2023-01-24 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://umami.recipes |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.umami.recipes |
Hilfeseite URL | https://www.umami.recipes/support |
URL der Datenschutzrichtlinien-Seite | https://www.umami.recipes/privacy |
Unterstützte Sprachen | 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": [ " |