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
电子邮箱 [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
}