Daily Feast Recipe

This extension allows you to find popular recipes in new tab page.

Daily Feast Recipe란 무엇입니까?

Daily Feast Recipe은(는) Vanity Fair Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to find popular recipes in new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Daily Feast Recipe 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easy and quick access to all popular recipes results with Daily Feast Recipe extension. Enjoy up to 1000’s of Free recipes and web search from one place.

This Chrome™ new tab extension resets your new tab page with a recipes finder tool and custom web search. 

Permissions used
"Replace the page you see when opening a new tab"

By installing this extension, you agree to the End User License Agreement (https://dailyfeastrecipe.com/terms-of-service/index.html) and Privacy Policy (https://dailyfeastrecipe.com/privacy-policy/index.html)                    

확장 프로그램 기본 정보

이름 Daily Feast Recipe Daily Feast Recipe
ID bnggmdgjgmpipklopejnfekojkgbcfnc
공식 URL https://chromewebstore.google.com/detail/daily-feast-recipe/bnggmdgjgmpipklopejnfekojkgbcfnc
설명 This extension allows you to find popular recipes in new tab page.
파일 크기 12.93 KB
설치 횟수 11,038
현재 버전 71.60.90.102
최근 업데이트 2022-09-28
출시 날짜 2020-10-20
개발자 Vanity Fair Media
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://dailyfeastrecipe.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "html\/popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "html\/default\/index.html"
    },
    "description": "This extension allows you to find popular recipes in new tab page.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Daily Feast Recipe",
    "version": "71.60.90.102"
}