Truth Table and Karnaugh Map Generator

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

Τι είναι το Truth Table and Karnaugh Map Generator;

Το Truth Table and Karnaugh Map Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cemardaakin, και η κύρια λειτουργία του είναι "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Truth Table and Karnaugh Map Generator

Λήψη αρχείων επέκτασης Truth Table and Karnaugh Map Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Truth Table and Karnaugh Map Generator Truth Table and Karnaugh Map Generator
ID pfcehmagbjaffaafllflljkgiknmoofb
Επίσημο URL https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb
Περιγραφή You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Μέγεθος Αρχείου 455 KB
Αριθμός Εγκαταστάσεων 474
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2017-12-10
Ημερομηνία Δημοσίευσης 2017-12-10
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής cemardaakin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}