Rezepthos

Collecting recipes made easy

Rezepthosとは何ですか?

Rezepthosはhttps://rezepthos.comによって開発されたChromeの拡張機能で、その主な機能は「Collecting recipes made easy」です。

拡張機能のスクリーンショット

screenshot
screenshot

Rezepthos拡張機能のCRXファイルをダウンロード

Rezepthos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}