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
官方網址 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"
    ]
}