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.」です。

拡張機能のスクリーンショット

screenshot

SPICE Circuit Simulator拡張機能のCRXファイルをダウンロード

SPICE Circuit Simulator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
}