Truth Table and Karnaugh Map Generator

You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.

Was ist Truth Table and Karnaugh Map Generator?

Truth Table and Karnaugh Map Generator ist eine Chrome-Erweiterung, die von cemardaakin entwickelt wurde, und ihr Hauptmerkmal ist "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Truth Table and Karnaugh Map Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Truth Table and Karnaugh Map Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Truth Table and Karnaugh Map Generator Truth Table and Karnaugh Map Generator
ID pfcehmagbjaffaafllflljkgiknmoofb
Offizielle URL https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb
Beschreibung You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Dateigröße 455 KB
Installationsanzahl 474
Aktuelle Version 2.0
Letztes Update 2017-12-10
Veröffentlichungsdatum 2017-12-10
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler cemardaakin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}