Truth Table and Karnaugh Map Generator

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

Vad är Truth Table and Karnaugh Map Generator?

Truth Table and Karnaugh Map Generator är en Chrome-tillägg utvecklad av cemardaakin, och dess huvudfunktion är "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Truth Table and Karnaugh Map Generator-förlängningens CRX-fil

Ladda ner Truth Table and Karnaugh Map Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Truth Table and Karnaugh Map Generator Truth Table and Karnaugh Map Generator
ID pfcehmagbjaffaafllflljkgiknmoofb
Officiell webbadress https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb
Beskrivning You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Filstorlek 455 KB
Antal Installationer 474
Aktuell Version 2.0
Senast Uppdaterad 2017-12-10
Publiceringsdatum 2017-12-10
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare cemardaakin
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}