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'"
}