Cook'n Recipe Capture Plugin
This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.
Cook'n Recipe Capture Plugin क्या है?
Cook'n Recipe Capture Plugin https://www.dvo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cook'n Recipe Capture Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Capture any recipe from any website with just one click. Go to www.dvo.com to get Cook'n and start capturing recipes! With your recipes in Cook'n, you can easily find them again, print them, scale them, add them to a menu plan, make shopping lists, analyze nutritional values, sync them to your mobile device for easy access in the kitchen...and so much more!
एक्सटेंशन की मूल जानकारी
नाम | Cook'n Recipe Capture Plugin |
ID | lmbjckidphkdpchgfangolfcanlcodgf |
आधिकारिक URL | https://chromewebstore.google.com/detail/cookn-recipe-capture-plug/lmbjckidphkdpchgfangolfcanlcodgf |
विवरण | This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account. |
फ़ाइल का आकार | 96.7 KB |
स्थापना संख्या | 7,404 |
वर्तमान संस्करण | 11.1 |
अंतिम अपडेट | 2023-04-19 |
प्रकाशन तिथि | 2019-05-14 |
रेटिंग | 4.14/5 कुल 14 रेटिंग्स |
डेवलपर | https://www.dvo.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.dvo.com/capture-plugin-info.php |
सहायता पृष्ठ URL | http://www.dvo.com/capture-plugin-info.php |
गोपनीयता नीति पृष्ठ URL | http://www.dvo.com/privacy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cook'n Recipe Capture Plugin", "description": "This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.", "version": "11.1", "action": { "default_icon": "\/img\/cook'n.png", "default_popup": "\/html\/popup.html" }, "icons": { "16": "\/img\/cookn_16.png", "48": "\/img\/cookn_48.png", "128": "\/img\/cookn_128.png" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/app.cookn-cloud.com\/", "http:\/\/localhost:5918\/" ], "short_name": "Cook'n Recipe Capture Plugin", "background": { "service_worker": "\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.dvo.com\/*" ], "js": [ "\/js\/dvo_msg_listeners.js", "\/js\/helper\/storage.js", "\/js\/helper\/session.js" ] } ], "options_page": "\/html\/options.html", "options_ui": { "page": "\/html\/options.html" }, "externally_connectable": { "matches": [ "*:\/\/*.dvo.com\/*" ] } } |