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によって開発されたChromeの拡張機能で、その主な機能は「This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.」です。
拡張機能のスクリーンショット
Cook'n Recipe Capture Plugin拡張機能のCRXファイルをダウンロード
Cook'n Recipe Capture Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } } |