SPICE Circuit Simulator
SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly.
SPICE Circuit Simulator란 무엇입니까?
SPICE Circuit Simulator은(는) Smart Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly."입니다.
확장 프로그램 스크린샷
SPICE Circuit Simulator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | SPICE Circuit Simulator |
ID | cnfmdjojociimmefpiomaceljklghhgb |
공식 URL | https://chromewebstore.google.com/detail/spice-circuit-simulator/cnfmdjojociimmefpiomaceljklghhgb |
설명 | SPICE circuit file (cir, sp..) viewer, simulator based Ngspice software for your browser. Simulate the SPICE file directly. |
파일 크기 | 33.16 KB |
설치 횟수 | 146 |
현재 버전 | 1.0.2.3 |
최근 업데이트 | 2022-02-02 |
출시 날짜 | 2022-02-01 |
개발자 | Smart Apps |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://thetimetube.herokuapp.com/spicecircuit/ |
도움말 페이지 URL | https://thetimetube.herokuapp.com/spicecircuit/ |
지원되는 언어 | 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" } |