cinc.kitchen Recipe Importer

Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.

什么是cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer是由https://www.cinc.kitchen开发的Chrome扩展程序,该扩展的主要功能是“Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.”。

扩展截图

screenshot
screenshot

下载cinc.kitchen Recipe Importer扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
官方URL https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
简介 Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
文件大小 117 KB
安装次数 60
当前版本 1.0.2
更新时间 2017-06-23
上架时间 2017-06-23
评分 4.00/5 共1次评分
开发者 https://www.cinc.kitchen
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cinc.kitchen
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "cinc.kitchen Recipe Importer",
    "description": "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "webRequest",
        "",
        "background",
        "tabs"
    ]
}