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.”。
擴展截圖
下載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 |
ID | pfcehmagbjaffaafllflljkgiknmoofb |
官方網址 | 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'" } |