Truth Table and Karnaugh Map Generator
You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Co je Truth Table and Karnaugh Map Generator?
Truth Table and Karnaugh Map Generator je rozšíření Chrome vyvinuté cemardaakin, a jeho hlavní funkcí je „You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Truth Table and Karnaugh Map Generator
Stáhněte si soubory rozšíření Truth Table and Karnaugh Map Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Truth Table and Karnaugh Map Generator |
ID | pfcehmagbjaffaafllflljkgiknmoofb |
Oficiální URL | https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb |
Popis | You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like. |
Velikost souboru | 455 KB |
Počet instalací | 474 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2017-12-10 |
Datum Vydání | 2017-12-10 |
Hodnocení | 1.00/5 Celkem 2 Hodnocení |
Vývojář | cemardaakin |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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'" } |