SPICE Circuit Simulator
SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly.
¿Qué es SPICE Circuit Simulator?
SPICE Circuit Simulator es una extensión de Chrome desarrollada por Smart Apps, y su función principal es "SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SPICE Circuit Simulator
Descarga archivos de extensión SPICE Circuit Simulator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This app is a SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. It allows you to simulate the SPICE file directly on your browser. This app supports basic circuits including voltage and current sources, resistors, capacitors, inductors, diodes, bipolar junction transistors, and ideal voltage-controlled switches. This app only works locally without going through the server. It allows you to simulate circuit file instantly, real-time. You can choose a SPICE file to simulate from your computer or from Google Drive. It has a very straight forward user interface that can get you started in seconds.
Información Básica de la Extensión
Nombre | SPICE Circuit Simulator |
ID | cnfmdjojociimmefpiomaceljklghhgb |
URL Oficial | https://chromewebstore.google.com/detail/spice-circuit-simulator/cnfmdjojociimmefpiomaceljklghhgb |
Descripción | SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly. |
Tamaño del Archivo | 33.16 KB |
Cantidad de Instalaciones | 146 |
Versión Actual | 1.0.2.3 |
Última Actualización | 2022-02-02 |
Fecha de Publicación | 2022-02-01 |
Desarrollador | Smart Apps |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://thetimetube.herokuapp.com/spicecircuit/ |
URL de la Página de Ayuda | https://thetimetube.herokuapp.com/spicecircuit/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "1.0.2.3" } |