Truth Table and Karnaugh Map Generator
You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.
O que é Truth Table and Karnaugh Map Generator?
Truth Table and Karnaugh Map Generator é uma extensão do Chrome desenvolvida por cemardaakin, e sua principal característica é "You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Truth Table and Karnaugh Map Generator
Baixe arquivos de extensão Truth Table and Karnaugh Map Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Truth Table and Karnaugh Map Generator |
ID | pfcehmagbjaffaafllflljkgiknmoofb |
URL Oficial | https://chromewebstore.google.com/detail/truth-table-and-karnaugh/pfcehmagbjaffaafllflljkgiknmoofb |
Descrição | You can generate an Truth Table And Karnaugh Map for as many inputs and outputs as you like. |
Tamanho do Arquivo | 455 KB |
Contagem de Instalações | 474 |
Versão Atual | 2.0 |
Última Atualização | 2017-12-10 |
Data de Publicação | 2017-12-10 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | cemardaakin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |