Recipe Sources

Search popular recipes in new tab page.

Recipe Sources란 무엇입니까?

Recipe Sources은(는) melvintaytay23에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search popular recipes in new tab page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Easily get access to all popular recipes search results with Recipe Sources. Enjoy up to 1000’s of Free recipes and web search from one place.

Permissions used & reasons:
"Replace the page you see when opening a new tab"
This allows us to show you our product - new tab page with free web search.

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

확장 프로그램 기본 정보

이름 Recipe Sources Recipe Sources
ID hdedaehcfnpmpgnpgeiodjjnjplnikch
공식 URL https://chromewebstore.google.com/detail/recipe-sources/hdedaehcfnpmpgnpgeiodjjnjplnikch
설명 Search popular recipes in new tab page.
파일 크기 18.06 KB
설치 횟수 11,092
현재 버전 21.30.1.101
최근 업데이트 2020-09-11
출시 날짜 2020-09-10
평점 5.00/5 총 1 개의 평점
개발자 melvintaytay23
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://recipesources.com/privacy-policy/index.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Recipe Sources",
    "version": "21.30.1.101",
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_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": "Search popular recipes in new tab page.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "*.json",
        "images\/icon16.png",
        "images\/icon128.png"
    ]
}