Appetized Recipe Manager
Adds recipes, and only recipes, to an Appetized users account.
什麼是Appetized Recipe Manager?
Appetized Recipe Manager是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Adds recipes, and only recipes, to an Appetized users account.”。
擴展截圖
下載Appetized Recipe Manager擴展crx文件
下載Appetized Recipe Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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]
擴展基本資訊
名稱 | Appetized Recipe Manager |
ID | fonefhjcpmipemnobojdmphjljlcgeia |
官方網址 | https://chromewebstore.google.com/detail/appetized-recipe-manager/fonefhjcpmipemnobojdmphjljlcgeia |
簡介 | Adds recipes, and only recipes, to an Appetized users account. |
檔案大小 | 289 KB |
安裝次數 | 28 |
目前版本 | 1.1.0 |
更新時間 | 2020-03-25 |
上架時間 | 2020-03-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://appetized.herokuapp.com/ |
支援的語言 | 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\/" ] } |