SPICE Circuit Simulator
SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly.
Wat is SPICE Circuit Simulator?
SPICE Circuit Simulator is een Chrome-extensie ontwikkeld door Smart Apps, en de belangrijkste functie is "SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly.".
Extensie Screenshots
Download het CRX-bestand van de extensie SPICE Circuit Simulator
Download SPICE Circuit Simulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SPICE Circuit Simulator |
ID | cnfmdjojociimmefpiomaceljklghhgb |
Officiële URL | https://chromewebstore.google.com/detail/spice-circuit-simulator/cnfmdjojociimmefpiomaceljklghhgb |
Beschrijving | SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly. |
Bestandsgrootte | 33.16 KB |
Aantal Installaties | 146 |
Huidige Versie | 1.0.2.3 |
Laatst Bijgewerkt | 2022-02-02 |
Publicatiedatum | 2022-02-01 |
Ontwikkelaar | Smart Apps |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://thetimetube.herokuapp.com/spicecircuit/ |
Help Pagina-URL | https://thetimetube.herokuapp.com/spicecircuit/ |
Ondersteunde Talen | 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" } |