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
官方網址 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
}