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