Truth Table and Karnaugh Map Generator
You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Wat is Truth Table and Karnaugh Map Generator?
Truth Table and Karnaugh Map Generator is een Chrome-extensie ontwikkeld door cemardaakin, en de belangrijkste functie is "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".
Extensie Screenshots
Download het CRX-bestand van de extensie Truth Table and Karnaugh Map Generator
Download Truth Table and Karnaugh Map Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Truth Table and Karnaugh Map Generator |
ID | pfcehmagbjaffaafllflljkgiknmoofb |
Officiële URL | https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb |
Beschrijving | You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like. |
Bestandsgrootte | 455 KB |
Aantal Installaties | 474 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-12-10 |
Publicatiedatum | 2017-12-10 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | cemardaakin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |