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
Eメール [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"
    ]
}