SPICE Circuit Simulator
SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly.
Qu'est-ce que SPICE Circuit Simulator ?
SPICE Circuit Simulator est une extension Chrome développée par Smart Apps, et sa fonction principale est "SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SPICE Circuit Simulator
Téléchargez les fichiers d'extension SPICE Circuit Simulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SPICE Circuit Simulator |
ID | cnfmdjojociimmefpiomaceljklghhgb |
URL Officiel | https://chromewebstore.google.com/detail/spice-circuit-simulator/cnfmdjojociimmefpiomaceljklghhgb |
Description | SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly. |
Taille du Fichier | 33.16 KB |
Nombre d'Installations | 146 |
Version Actuelle | 1.0.2.3 |
Dernière Mise à Jour | 2022-02-02 |
Date de Publication | 2022-02-01 |
Développeur | Smart Apps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://thetimetube.herokuapp.com/spicecircuit/ |
URL de la Page d'Aide | https://thetimetube.herokuapp.com/spicecircuit/ |
Langues Prises en Charge | 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" } |