Truth Table and Karnaugh Map Generator

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

Qu'est-ce que Truth Table and Karnaugh Map Generator ?

Truth Table and Karnaugh Map Generator est une extension Chrome développée par cemardaakin, et sa fonction principale est "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Truth Table and Karnaugh Map Generator

Téléchargez les fichiers d'extension Truth Table and Karnaugh Map Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Truth Table and Karnaugh Map Generator Truth Table and Karnaugh Map Generator
ID pfcehmagbjaffaafllflljkgiknmoofb
URL Officiel 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.
Taille du Fichier 455 KB
Nombre d'Installations 474
Version Actuelle 2.0
Dernière Mise à Jour 2017-12-10
Date de Publication 2017-12-10
Évaluation 1.00/5 Total 2 Évaluations
Développeur cemardaakin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}