Rezepthos

Collecting recipes made easy

Rezepthos là gì?

Rezepthos là một tiện ích mở rộng Chrome được phát triển bởi https://rezepthos.com, và tính năng chính của nó là "Collecting recipes made easy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rezepthos

Tải xuống các tệp mở rộng Rezepthos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rezepthos Rezepthos
ID pkicfcnpmkjgeciigfaagcgmgajaifek
URL Chính Thức https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek
Mô tả Collecting recipes made easy
Kích Thước Tệp 15.12 KB
Số Lần Cài Đặt 334
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2019-02-13
Ngày Phát Hành 2019-02-13
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://rezepthos.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rezepthos.com
Ngôn Ngữ Được Hỗ Trợ 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
}