Truth Table and Karnaugh Map Generator
You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
Apa itu Truth Table and Karnaugh Map Generator?
Truth Table and Karnaugh Map Generator adalah ekstensi Chrome yang dikembangkan oleh cemardaakin, dan fitur utamanya adalah "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Truth Table and Karnaugh Map Generator
Unduh file ekstensi Truth Table and Karnaugh Map Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Truth Table and Karnaugh Map Generator |
ID | pfcehmagbjaffaafllflljkgiknmoofb |
URL Resmi | https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb |
Deskripsi | You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like. |
Ukuran File | 455 KB |
Jumlah Instalasi | 474 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2017-12-10 |
Tanggal Publikasi | 2017-12-10 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | cemardaakin |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |