AI 产品解读Recipe viewer and extractor that strips away clutter from recipe websites and displays only the ingredients and instructions in a clean format
Recipe websites are filled with ads, long personal stories, and extraneous content. This extension lets users see just the recipe with a single click, and optionally save it to their Umami recipe collection.
1. User visits a recipe page on a supported site. 2. Extension auto-detects the recipe or user clicks the Umami icon. 3. Extension calls umami.recipes/api/can-import to verify recipe availability. 4. If found, a notification appears with 'Show Recipe' and 'Import' buttons. 5. 'Show Recipe' opens a clean overlay (iframe to umami.recipes/extension/cook) with side-by-side ingredients/instructions. 6. User can check off ingredients and mark steps while cooking. 7. 'Import' navigates to umami.recipes/import to save the recipe to a recipe book.
Detect recipes on supported recipe websites automatically or via clickDisplay recipes in a clean overlay dialog with ingredients and instructions side-by-sideCheck off ingredients and mark cooking steps as you goImport/save recipes to Umami recipe books for later customizationProgress saved across sessions via chrome.storage.localSupport for 200+ recipe websites
- 目标用户
- Home cooks who want distraction-free recipe viewing / People who frequently cook from online recipes / Users who want to save and organize recipes from multiple sources
- Cannot verify whether the iframe at umami.recipes/extension/cook requires authentication to display
- Cannot verify the Umami web service's own pricing/account model
- Small extension (5 source files) with straightforward architecture, analysis is fairly complete
付费分析未识别到付费功能
No payment, subscription, premium, upgrade, or feature-gating code exists anywhere in the extension. All keyword matches for 'pro' are false positives (Promise, stopPropagation, blueapron.com, projectgezond.nl). The extension simply extracts and displays recipes from recipe websites and offers import to the Umami service. No billing API calls, no paywall UI, no license checks found.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension's core viewing feature ('Show Recipe' in an iframe overlay) works without login. However, the 'Import' button navigates to https://www.umami.recipes/import?url=... to save recipes to a recipe book on the Umami service. The store description says 'select the recipe book you want to add it to. Once saved to Umami, you can edit and customize the recipe to your taste.' This save/import workflow requires an account on the Umami web service. The extension itself contains zero login/auth code - no tokens, no credentials, no auth UI.