Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
What is Umami?
Umami is a Chrome extension developed by https://umami.recipes, and its main feature is "Shows just the recipe and skips the rest. Save and customize the recipes you like.".
Extension Screenshots
Download Umami Extension CRX File
Download Umami extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Umami |
ID | ijlhanbdodlfgklfafdmlnfodbndbkph |
Official URL | https://chromewebstore.google.com/detail/umami/ijlhanbdodlfgklfafdmlnfodbndbkph |
Description | Shows just the recipe and skips the rest. Save and customize the recipes you like. |
File Size | 22.86 KB |
Installation Count | 1,000 |
Current Version | 1.0.3 |
Last Updated | 2023-01-30 |
Publish Date | 2023-01-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://umami.recipes |
[email protected] | |
Payment Type | free |
Extension Website | https://www.umami.recipes |
Help Page URL | https://www.umami.recipes/support |
Privacy Policy Page URL | https://www.umami.recipes/privacy |
Supported Languages | 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": [ " |