Recipe Cart | Viewer & Grocery Assistant

View online recipes without distraction. Easily select ingredients for same-day delivery. Print, share, or save a copy for later.

Recipe Cart | Viewer & Grocery Assistant란 무엇입니까?

Recipe Cart | Viewer & Grocery Assistant은(는) https://getrecipecart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View online recipes without distraction. Easily select ingredients for same-day delivery. Print, share, or save a copy for later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Recipe Cart | Viewer & Grocery Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        RecipeCart simplifies the cooking process by giving you one-click recipes and ingredients at the top of any recipe site.

View a simplified pdf at the top of any recipe site. Order ingredients, print recipe, or save it for later!

+ VIEW RECIPES AT TOP OF THE PAGE
Immediately get the recipe at the top of the page. Click to share a copy with your other devices or print a pdf!

+ SAVE RECIPES TO YOUR BROWSER OR DESKTOP
Save a copy of the recipe to your account or desktop folder, accessible from your mobile or desktop web browser. 

+ VIEW SIMILAR TOP-RATED RECIPES
Save time by clicking a button to see similar recipes indexed from thousands of blogs.

+ SEE COST PER SERVING
Get cost estimates for recipe ingredients.

+ ORDER INGREDIENTS FAST VIA INSTACART OR AMAZON FRESH
Select ingredients for same-day delivery via grocery delivery partners.

Why Recipe Cart?

+ SAVE TIME
 Immediately print, save, or share the recipe. Get to cooking faster!

+ SAVE MONEY
Compare grocery delivery availability windows and total cart costs between Amazon Fresh and Instacart. Cooking to your budget!

+ REDUCE WASTE
Order only what you need for cooking on the day you need it. 

+ STICK TO YOUR DIET
Search for recipes matching your diet type- Keto, Vegan, FODMAP, Weight Watchers, Noom and more at www.GetRecipeCart.com/Search

+ WORKS WITH ALL RECIPE SITES
Recipecart is compatible with allrecipes, thefoodnetwork, simplydelicious, and more!

So join over 1600+ in downloading the No. 1 Cooking tool!

HOW TO INSTALL:
1. Click 'Add to Chrome'
2. Login to enable "Save" functionality
3. You're all set! RC is automatic.

SUPPORT
If you have any problems or requests for new features, email us at [email protected] .

FEEDBACK
If you'd like to submit any feedback or notes of appreciation you can reach us at: https://forms.gle/ivAgu2PFUgzdj3Z58                    

확장 프로그램 기본 정보

이름 Recipe Cart | Viewer & Grocery Assistant Recipe Cart | Viewer & Grocery Assistant
ID ninjhiamekocpfhnaidinipdocmbiikp
공식 URL https://chromewebstore.google.com/detail/recipe-cart-viewer-grocer/ninjhiamekocpfhnaidinipdocmbiikp
설명 View online recipes without distraction. Easily select ingredients for same-day delivery. Print, share, or save a copy for later.
파일 크기 2.19 MB
설치 횟수 3,677
현재 버전 3.5.0
최근 업데이트 2024-01-05
출시 날짜 2020-08-17
평점 4.71/5 총 42 개의 평점
개발자 https://getrecipecart.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getrecipecart.com
도움말 페이지 URL https://getrecipecart.com
개인정보 보호 정책 페이지 URL https://www.getrecipecart.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Parker Place, Lauren Place, Dave Conroy, and John O'Sullivan",
    "short_name": "Recipe Cart",
    "name": "Recipe Cart | Viewer & Grocery Assistant",
    "version": "3.5.0",
    "manifest_version": 3,
    "description": "View online recipes without distraction. Easily select ingredients for same-day delivery. Print, share, or save a copy for later.",
    "icons": {
        "16": ".\/media\/cart48.png",
        "32": ".\/media\/cart48.png",
        "48": ".\/media\/cart48.png",
        "96": ".\/media\/cart96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi73xMZXQElvXuJC32xzi029EKS2SYq3isJGE\/sxfu9sup9B73NXt\/p0+CAFM1lmDQiy1omCvCvF8KtUbprRB5Z6W23jblbLZBh3h2JfRB5+nVQm3gqTFAcbo7B05PqnaqAwHR6Uej06bkU6vwGQlmnDnTgxkf4Z2b62Ut+uh0mTqhlxwXChw7kLTs4ml8lmEtwAszZo2eRzQtbFv\/14rczJkBqVXIrppJ16NdjkPGnI5MJxtiesLPqiXfOWJwaR6PNeNmbQOQNr8WqgOLlX35++GOYEL1O49NW6XQm+vLUrdUHnFGIIg0odzEYTyiANrE4LC\/IqNTXOlU1JuHfborQIDAQAB",
    "homepage_url": "https:\/\/getrecipecart.com",
    "background": {
        "service_worker": "app\/background.js"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "796089407545-j7ofg7hi8gfddtt5ar98ucjthl6tkl25.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile"
        ]
    },
    "host_permissions": [
        "https:\/\/*.getrecipecart.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.instacart.com\/*",
        "https:\/\/www.googleapis.com\/oauth2\/",
        "https:\/\/graph.facebook.com\/*"
    ],
    "action": {
        "default_title": "Recipe Cart",
        "default_icon": ".\/media\/cart48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ]
}