Truth Table and Karnaugh Map Generator
You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Co to jest Truth Table and Karnaugh Map Generator?
Truth Table and Karnaugh Map Generator to rozszerzenie Chrome opracowane przez cemardaakin, a jego główną funkcją jest „You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Truth Table and Karnaugh Map Generator
Pobierz pliki rozszerzeń Truth Table and Karnaugh Map Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Truth Table and Karnaugh Map Generator |
ID | pfcehmagbjaffaafllflljkgiknmoofb |
Oficjalny URL | https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb |
Opis | You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like. |
Rozmiar pliku | 455 KB |
Liczba instalacji | 474 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2017-12-10 |
Data Publikacji | 2017-12-10 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | cemardaakin |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |