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.”。

擴展截圖

screenshot
screenshot

下載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 Cook'n Recipe Capture Plugin
ID lmbjckidphkdpchgfangolfcanlcodgf
官方網址 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\/*"
        ]
    }
}