CookBook Manager - Recipe Importer

Import recipes to your CookBook Manager App account from Chrome!

什么是CookBook Manager - Recipe Importer?

CookBook Manager - Recipe Importer是由https://cookbookmanager.com开发的Chrome扩展程序,该扩展的主要功能是“Import recipes to your CookBook Manager App account from Chrome!”。

扩展截图

screenshot

下载CookBook Manager - Recipe Importer扩展crx文件

下载CookBook Manager - Recipe Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you're already a member of the CookBook Manager App, you can use the CookBook Chrome Extension to download recipes as you browse the web. Simple click the extension, login to your CookBook account and then click the extension whenever you want to import a recipe. 

Any issues, questions or feedback - please get it in touch at [email protected]                    

扩展基本信息

名称 CookBook Manager - Recipe Importer CookBook Manager - Recipe Importer
ID pehlnokhmjhnlghjkjbepjimjbcnjnlb
官方URL https://chromewebstore.google.com/detail/cookbook-manager-recipe-i/pehlnokhmjhnlghjkjbepjimjbcnjnlb
简介 Import recipes to your CookBook Manager App account from Chrome!
文件大小 1.24 MB
安装次数 5,374
当前版本 2.2.1005
更新时间 2023-09-04
上架时间 2021-06-05
评分 4.33/5 共15次评分
开发者 https://cookbookmanager.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cookbookmanager.com
帮助页面URL https://cookbookmanager.com
隐私政策页面URL https://www.cookbook.company/policies/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CookBook Manager - Recipe Importer",
    "version": "2.2.1005",
    "description": "Import recipes to your CookBook Manager App account from Chrome!",
    "background": {
        "service_worker": "chromeAssets\/js\/background.min.js"
    },
    "offline_enabled": false,
    "icons": {
        "48": "chromeAssets\/img\/48.png",
        "128": "chromeAssets\/img\/128.png"
    },
    "host_permissions": [
        "*:\/\/cookbookmanager.com\/*",
        "*:\/\/*.cookbookmanager.com\/*"
    ],
    "permissions": [
        "cookies",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cookbookmanager.com\/*",
            "https:\/\/cookbookmanager.com\/*",
            "http:\/\/localhost:63342\/*"
        ]
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "chromeAssets\/img\/128.png",
        "default_title": "CookBook Manager",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'; connect-src https:\/\/* data: blob: filesystem:;"
    }
}