spoonacular recipe saver

Save and organize recipes from across the web. Add recipes to your meal planner, make a shopping list, and get nutrition/price info.

spoonacular recipe saver là gì?

spoonacular recipe saver là một tiện ích mở rộng Chrome được phát triển bởi https://spoonacular.com, và tính năng chính của nó là "Save and organize recipes from across the web. Add recipes to your meal planner, make a shopping list, and get nutrition/price info.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng spoonacular recipe saver 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

                        The spoonacular recipe saver/recipe clipper makes it easy to save or clip recipes from numerous websites and organize them into personalized online recipe boxes. You can then use the recipe search field to find the right recipes quickly, whether "beef stew with wine" or "gluten free cake." You can also use your saved recipes in our easy-to-use weekly meal planner and email your shopping list to yourself or to family members. Plus, you will get the nutritional information and a price estimate for all your saved recipes!

To use the spoonacular recipe saver and start collecting recipes for your own online cookbook, just click the green recipe card in your address bar whenever you find a recipe you want to save. NOTE: The recipe card will only show up when you are on a recipe page. You will not see it when you browse other sites. For more detailed information, please visit our support site by following the link under the SUPPORT tab.                    

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

Tên spoonacular recipe saver spoonacular recipe saver
ID gjfkonhifbgbcbdjjggkiibcmljfdfpb
URL Chính Thức https://chromewebstore.google.com/detail/spoonacular-recipe-saver/gjfkonhifbgbcbdjjggkiibcmljfdfpb
Mô tả Save and organize recipes from across the web. Add recipes to your meal planner, make a shopping list, and get nutrition/price info.
Kích Thước Tệp 51.16 KB
Số Lần Cài Đặt 2,677
Phiên Bản Hiện Tại 1.70
Cập Nhật Lần Cuối 2016-01-07
Ngày Phát Hành 2016-01-07
Đánh Giá 3.14/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://spoonacular.com
Loại Thanh Toán free
Trang Web Mở Rộng https://spoonacular.com/blog/how-to-use-the-spoonacular-recipe-saver-and-recipe-bookmarklet
URL Trang Trợ Giúp https://spoonacular.com/blog/how-to-use-the-spoonacular-recipe-saver-and-recipe-bookmarklet
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles.min.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/spoonacular.com\/*",
                "http:\/\/localhost\/*",
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ]
        }
    ],
    "description": "Save and organize recipes from across the web. Add recipes to your meal planner, make a shopping list, and get nutrition\/price info.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoo61DrHZSQkcD36dpc9KR1QeWQEyyydoEkDtQRUt4EMdUWLC3vZUCHR7R20uaeWctCKL9WLymx\/RFoxtOfC24YmvNJG\/fKjH2v0M5\/RC6wkSZzxehxT8C2Dy4IzpceyQzhXXBvbzlFRptEVGjd+KglOXMsHiwzkprr5ueefYapSRLb1wSpa0W2dGVUCXfEiT9Pmc3eaNbx6jY4fwOQJu+2Cd0vEpPiMhofNiGXG\/eKlezMHg3QwxzmFaNMs8bnXXcO8eIuV3xecFFlmP+4Esk\/59aHmc+Uc8AXr5zt+JC+10IrGMHOerJxaMbzzYrS0xhf2+8dNuSNzoR9tqTp3NKQIDAQAB",
    "manifest_version": 2,
    "name": "spoonacular recipe saver",
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_name": "save recipe to spoonacular"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.70"
}