TopRecipeFinder

Get delicious and easy recipes, including healthy appetizers, entrees, and desserts, with this Chrome New Tab extension.

TopRecipeFinder란 무엇입니까?

TopRecipeFinder은(는) https://toprecipefinder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get delicious and easy recipes, including healthy appetizers, entrees, and desserts, with this Chrome New Tab extension."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Get delicious and easy recipes, including daily recommendations for Breakfast, Lunch, and Dinner, with the TopRecipeFinder extension.  New recipes added everyday!

By clicking "Add to Chrome", I accept and agree to installing the TopRecipeFinder extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use (https://toprecipefinder.com/terms.html) and Privacy Policy (https://toprecipefinder.com/privacy.html). The extension will update your search settings and will change your New Tab search to services provided by Bing.                    

확장 프로그램 기본 정보

이름 TopRecipeFinder TopRecipeFinder
ID fdnjiondibmefmnjdbokflohocecpeoa
공식 URL https://chromewebstore.google.com/detail/toprecipefinder/fdnjiondibmefmnjdbokflohocecpeoa
설명 Get delicious and easy recipes, including healthy appetizers, entrees, and desserts, with this Chrome New Tab extension.
파일 크기 5.16 MB
설치 횟수 5,381
현재 버전 1.9
최근 업데이트 2021-11-27
출시 날짜 2021-07-12
개발자 https://toprecipefinder.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://toprecipefinder.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "settingvariables.js",
            "libs\/jquery3.2.1.min.js",
            "\/js\/storage\/settingsObjBg.js",
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "128": "images\/ext_icon\/icon_128.png",
            "16": "images\/ext_icon\/icon_16.png",
            "19": "images\/ext_icon\/icon_19.png",
            "24": "images\/ext_icon\/icon_24.png",
            "32": "images\/ext_icon\/icon_32.png",
            "48": "images\/ext_icon\/icon_48.png"
        },
        "default_title": "TopRecipeFinder Chrome New Tab Extension"
    },
    "chrome_url_overrides": {
        "newtab": "html\/home1.html"
    },
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com https:\/\/ssl.gstatic.com; object-src 'self'",
    "description": "Get delicious and easy recipes, including healthy appetizers, entrees, and desserts, with this Chrome New Tab extension.",
    "icons": {
        "128": "images\/ext_icon\/icon_128.png",
        "16": "images\/ext_icon\/icon_16.png",
        "19": "images\/ext_icon\/icon_19.png",
        "24": "images\/ext_icon\/icon_24.png",
        "32": "images\/ext_icon\/icon_32.png",
        "48": "images\/ext_icon\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "TopRecipeFinder",
    "permissions": [
        "cookies",
        "chrome:\/\/favicon\/",
        "*:\/\/toprecipefinder.com\/*"
    ],
    "short_name": "TopRecipeFinder",
    "version": "1.9",
    "web_accessible_resources": [
        "libs\/*",
        "images\/*",
        "css\/*",
        "html\/*",
        "icons\/*"
    ]
}