Appetized Recipe Manager

Adds recipes, and only recipes, to an Appetized users account.

Appetized Recipe Manager là gì?

Appetized Recipe Manager là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Adds recipes, and only recipes, to an Appetized users account.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Appetized Recipe Manager 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

                        Are you sick of recipe headnotes — those introductory riffs of varying length that often appear before the “ingredients” list, chatty versions of which are a hallmark of online cooking blogs?  Well if so, then Appetized is for you.

Appetized allows users to store and organize their favorite recipes from around the web, all on a single platform.   Once you've logged in, you can browse all the recipes that have ever been added to Appetized, or add your own favorite recipes from any of our supported sites (listed below).  Furthermore, Appetized gives you your own personal recipe box where you can store recipes, create folders, and make grocery lists that can be emailed to you.

Using the Appetized Chrome Extension, adding a recipe to your recipe box is even easier.  Instead of copying and pasting the recipes link, simply open the chrome extension, click save, and that's it!  The next time you go to your recipe box, your dded recipe will be there.


Our supported websites currently* include:

- Food Network
- Bon Appetit
- All Recipes
- Chow Hound
- Simply Recipes
- Epicurious
- New York Times Cooking App
- Sally's Baking Addiction

* Please note that we are constantly adding sites to this list.  If theres any site that you'd like to see added, please feel free to reach out to us at [email protected]                    

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

Tên Appetized Recipe Manager Appetized Recipe Manager
ID fonefhjcpmipemnobojdmphjljlcgeia
URL Chính Thức https://chromewebstore.google.com/detail/appetized-recipe-manager/fonefhjcpmipemnobojdmphjljlcgeia
Mô tả Adds recipes, and only recipes, to an Appetized users account.
Kích Thước Tệp 289 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-03-25
Ngày Phát Hành 2020-03-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://appetized.herokuapp.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Appetized Recipe Manager",
    "short_name": "Appetized",
    "version": "1.1.0",
    "description": "Adds recipes, and only recipes, to an Appetized users account.",
    "browser_action": {
        "default_title": "Appetized",
        "default_popup": "popup.html",
        "default_icon": "disabled128.png"
    },
    "icons": {
        "128": "enabled128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/appetized.herokuapp.com\/"
    ]
}