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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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