Truth Table and Karnaugh Map Generator

You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.

Truth Table and Karnaugh Map Generator là gì?

Truth Table and Karnaugh Map Generator là một tiện ích mở rộng Chrome được phát triển bởi cemardaakin, và tính năng chính của nó là "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Truth Table and Karnaugh Map Generator

Tải xuống các tệp mở rộng Truth Table and Karnaugh Map Generator 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

                        You can generate  "Truth Table And Karnaugh Map" for as many inputs and outputs as you like.I hope this extension will help you for study digital design or preparing a document.                    

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

Tên Truth Table and Karnaugh Map Generator Truth Table and Karnaugh Map Generator
ID pfcehmagbjaffaafllflljkgiknmoofb
URL Chính Thức https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb
Mô tả You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 474
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-12-10
Ngày Phát Hành 2017-12-10
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cemardaakin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truth Table and Karnaugh Map Generator",
    "version": "2.0",
    "manifest_version": 2,
    "description": "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon.png",
        "128": "icon-128.png"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}