Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
Qu'est-ce que Umami ?
Umami est une extension Chrome développée par https://umami.recipes, et sa fonction principale est "Shows just the recipe and skips the rest. Save and customize the recipes you like.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Umami
Téléchargez les fichiers d'extension Umami au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Umami |
ID | ijlhanbdodlfgklfafdmlnfodbndbkph |
URL Officiel | https://chromewebstore.google.com/detail/umami/ijlhanbdodlfgklfafdmlnfodbndbkph |
Description | Shows just the recipe and skips the rest. Save and customize the recipes you like. |
Taille du Fichier | 22.86 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2023-01-30 |
Date de Publication | 2023-01-24 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://umami.recipes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.umami.recipes |
URL de la Page d'Aide | https://www.umami.recipes/support |
URL de la Page de Politique de Confidentialité | https://www.umami.recipes/privacy |
Langues Prises en Charge | 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": [ " |