Truth Table and Karnaugh Map Generator

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

Cos'è Truth Table and Karnaugh Map Generator?

Truth Table and Karnaugh Map Generator è un'estensione di Chrome sviluppata da cemardaakin, e la sua funzione principale è "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Truth Table and Karnaugh Map Generator

Scarica i file di estensione Truth Table and Karnaugh Map Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Truth Table and Karnaugh Map Generator Truth Table and Karnaugh Map Generator
ID pfcehmagbjaffaafllflljkgiknmoofb
URL Ufficiale https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb
Descrizione You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Dimensione del File 455 KB
Conteggio Installazioni 474
Versione Corrente 2.0
Ultimo Aggiornamento 2017-12-10
Data di Pubblicazione 2017-12-10
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore cemardaakin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}