Rezepthos

Collecting recipes made easy

Rezepthos란 무엇입니까?

Rezepthos은(는) https://rezepthos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collecting recipes made easy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Rezepthos is the ultimative app to collect your favorite recipes from all over the web and print. You can take them now everywhere and send them to your friends with ease.

With this extension, you can now import recipes into Rezepthos even easier. Visit Rezepthos and login, to connect the extension with your account. When you visited a supported website, the extension icon turns green and you can import the recipe with one click. On not (yet) supported pages, you can mark the recipe name, directions or ingredients, open the context menu (clicking with your right mouse button) and select one option. After all information are copied, click on save and your recipe is added to your Rezepthos account!                    

확장 프로그램 기본 정보

이름 Rezepthos Rezepthos
ID pkicfcnpmkjgeciigfaagcgmgajaifek
공식 URL https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek
설명 Collecting recipes made easy
파일 크기 15.12 KB
설치 횟수 334
현재 버전 0.0.6
최근 업데이트 2019-02-13
출시 날짜 2019-02-13
평점 3.50/5 총 2 개의 평점
개발자 https://rezepthos.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rezepthos.com
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Rezepthos",
    "version": "0.0.6",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Rezepthos importer"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rezepthos.com\/*"
            ],
            "js": [
                "token.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}