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 |
公式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 |
Eメール | [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'" } |