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 là gì?

cinc.kitchen Recipe Importer là một tiện ích mở rộng Chrome được phát triển bởi https://www.cinc.kitchen, và tính năng chính của nó là "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng cinc.kitchen Recipe Importer

Tải xuống các tệp mở rộng cinc.kitchen Recipe Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
URL Chính Thức https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Mô tả Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-06-23
Ngày Phát Hành 2017-06-23
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.cinc.kitchen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cinc.kitchen
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}