Truth Table and Karnaugh Map Generator
You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
What is Truth Table and Karnaugh Map Generator?
Truth Table and Karnaugh Map Generator is a Chrome extension developed by cemardaakin, and its main feature is "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".
Extension Screenshots
Download Truth Table and Karnaugh Map Generator Extension CRX File
Download Truth Table and Karnaugh Map Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Truth Table and Karnaugh Map Generator |
ID | pfcehmagbjaffaafllflljkgiknmoofb |
Official URL | https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb |
Description | You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like. |
File Size | 455 KB |
Installation Count | 474 |
Current Version | 2.0 |
Last Updated | 2017-12-10 |
Publish Date | 2017-12-10 |
Rating | 1.00/5 Total 2 Ratings |
Developer | cemardaakin |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |