Appetized Recipe Manager
Adds recipes, and only recipes, to an Appetized users account.
Appetized Recipe Manager क्या है?
Appetized Recipe Manager Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds recipes, and only recipes, to an Appetized users account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Appetized Recipe Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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\/" ] } |