Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
Τι είναι το Umami;
Το Umami είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://umami.recipes, και η κύρια λειτουργία του είναι "Shows just the recipe and skips the rest. Save and customize the recipes you like.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Umami
Λήψη αρχείων επέκτασης Umami σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Umami |
ID | ijlhanbdodlfgklfafdmlnfodbndbkph |
Επίσημο URL | https://chromewebstore.google.com/detail/umami/ijlhanbdodlfgklfafdmlnfodbndbkph |
Περιγραφή | Shows just the recipe and skips the rest. Save and customize the recipes you like. |
Μέγεθος Αρχείου | 22.86 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2023-01-30 |
Ημερομηνία Δημοσίευσης | 2023-01-24 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://umami.recipes |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.umami.recipes |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.umami.recipes/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.umami.recipes/privacy |
Υποστηριζόμενες Γλώσσες | 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": [ " |