Gourmet Recipe Manager

Recipe importer and manager for chrome.

Gourmet Recipe Manager란 무엇입니까?

Gourmet Recipe Manager은(는) tmhinkle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recipe importer and manager for chrome."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Recipe Importer for Chrome. Works in tandem with recipe database at https://www.gourmetrecipemanager.com to allow users to store recipes from websites locally and in the cloud for later search and retrieval. This is the first release of a web-based port of the award-winning Gourmet Recipe Manager desktop free software. Currently, we support basic search, assisted import from websites, multiplying recipes, setting timers, highlighting ingredients, and generating shopping lists.                    

확장 프로그램 기본 정보

이름 Gourmet Recipe Manager Gourmet Recipe Manager
ID bhneoidcckdhbjhmcpgbhhnapbbbojik
공식 URL https://chromewebstore.google.com/detail/gourmet-recipe-manager/bhneoidcckdhbjhmcpgbhhnapbbbojik
설명 Recipe importer and manager for chrome.
파일 크기 981 KB
설치 횟수 118
현재 버전 0.1
최근 업데이트 2020-07-13
출시 날짜 2020-07-12
개발자 tmhinkle
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gourmetrecipemanager.com
도움말 페이지 URL https://www.gourmetrecipemanager.com/support
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gourmet Recipe Manager",
    "short_name": "Gourmet",
    "description": "Recipe importer and manager for chrome.",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "128": "GourmetChromeIcon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/cookie.png",
        "default_title": "Gourmet click"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.gourmetrecipemanager.com\/*",
            "https:\/\/gourmetrecipemanager.com\/*",
            "https:\/\/localhost:*\/*",
            "http:\/\/localhost:*\/*"
        ]
    },
    "web_accessible_resources": [
        "embed.js",
        "images\/cookie.png",
        "background.js.map",
        "content.js.map",
        "embed.js.map"
    ]
}