Umami
Shows just the recipe and skips the rest. Save and customize the recipes you like.
Umamiとは何ですか?
Umamiはhttps://umami.recipesによって開発されたChromeの拡張機能で、その主な機能は「Shows just the recipe and skips the rest. Save and customize the recipes you like.」です。
拡張機能のスクリーンショット
Umami拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ " |