Truth Table and Karnaugh Map Generator
You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Hvad er Truth Table and Karnaugh Map Generator?
Truth Table and Karnaugh Map Generator er en Chrome-udvidelse udviklet af cemardaakin, og dens hovedfunktion er "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".
Udvidelsesskærmbilleder
Download Truth Table and Karnaugh Map Generator-udvidelses-CRX-fil
Download Truth Table and Karnaugh Map Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Truth Table and Karnaugh Map Generator |
ID | pfcehmagbjaffaafllflljkgiknmoofb |
Officiel URL | https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb |
Beskrivelse | You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like. |
Filstørrelse | 455 KB |
Antal Installationer | 474 |
Nuværende Version | 2.0 |
Senest Opdateret | 2017-12-10 |
Udgivelsesdato | 2017-12-10 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | cemardaakin |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |