Samsung Food

Save recipes from anywhere across the web.

Samsung Food란 무엇입니까?

Samsung Food은(는) https://samsungfood.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save recipes from anywhere across the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Samsung Food 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Samsung Food button allows you to save recipes from all your favorite sites. You can also sort and organize all your recipes into collections. Once recipes are saved to Samsung Food you can easily scale servings and generate shopping lists with one click! Samsung Food’s shopping list intelligently combines ingredients from multiple recipes so you buy just the right amounts.

Samsung Food makes planning and shopping easy with collaborative lists you can share with friends and family. Take your list to the store or buy ingredients online with integrated retailers.

All your saved recipes are synced to your Samsung Food account available on app.samsungfood.com.                    

확장 프로그램 기본 정보

이름 Samsung Food Samsung Food
ID gfoijmnbedaipllfimaogeepohalbgka
공식 URL https://chromewebstore.google.com/detail/samsung-food/gfoijmnbedaipllfimaogeepohalbgka
설명 Save recipes from anywhere across the web.
파일 크기 1.45 MB
설치 횟수 10,000
현재 버전 2.11.3
최근 업데이트 2024-01-22
출시 날짜 2020-06-29
평점 3.55/5 총 31 개의 평점
개발자 https://samsungfood.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.samsungfood.com
개인정보 보호 정책 페이지 URL https://whisk.com/policy/privacy
지원되는 언어 de,en,fr,es,es-419,it,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.11.3",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "author": "Samsung Food",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.whisk.com\/*",
                "https:\/\/app.samsungfood.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "child-src 'self' https:\/\/*.whisk.com\/ https:\/\/*.samsungfood.com\/ https:\/\/res.cloudinary.com https:\/\/www.google.com\/; connect-src 'self' https:\/\/*.whisk.com\/ https:\/\/*.samsungfood.com\/ https:\/\/sentry.io; font-src 'self' data: https:\/\/cdn.whisk.com https:\/\/cdn.samsungfood.com https:\/\/fonts.gstatic.com; img-src 'self' data: https:\/\/*; media-src 'self'; object-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/cdn.whisk.com https:\/\/cdn.samsungfood.com https:\/\/fonts.googleapis.com;"
    },
    "host_permissions": [
        "https:\/\/my.whisk.com\/*",
        "https:\/\/app.samsungfood.com\/*"
    ],
    "permissions": [
        "cookies",
        "tabs"
    ],
    "offline_enabled": false,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}