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?

Truth Table and Karnaugh Map Generator是由cemardaakin开发的Chrome扩展程序,该扩展的主要功能是“You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.”。

扩展截图

screenshot
screenshot
screenshot

下载Truth Table and Karnaugh Map Generator扩展crx文件

下载Truth Table and Karnaugh Map Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Truth Table and Karnaugh Map Generator Truth Table and Karnaugh Map Generator
ID pfcehmagbjaffaafllflljkgiknmoofb
官方URL https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb
简介 You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
文件大小 455 KB
安装次数 474
当前版本 2.0
更新时间 2017-12-10
上架时间 2017-12-10
评分 1.00/5 共2次评分
开发者 cemardaakin
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}