Basic Circuit Simulator

Simple Print Circuit Board and diagram editor

Basic Circuit Simulatorคืออะไร?

Basic Circuit Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ulmdevice.altervista.org และคุณลักษณะหลักของมันคือ "Simple Print Circuit Board and diagram editor"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Basic Circuit Simulator

ดาวน์โหลดไฟล์ส่วนขยาย Basic Circuit Simulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Date 06/10/2023 - Now the extension is free!!
Release 3.2.5 - Added BJT model and symbol
Release 3.2.1 - Critical bugs fixed
Release 3.1.2 - Added rotate button also in top toolbar
Release 3.1.1 - Now you can download data transient analysis as csv format (optimized)
Release 3.0 - JsTronics Schematic/PCB Editor
* Clean user interface
* Save project as json format and re-open it to edit again
* Toggle the background grid on and off
* The result of a transient analysis is a plot of voltage vs. time
* Delete the selected components using icon menu
* Rotate/Reflect: Tap to select, then tap on the Rotate icon or type the letter "r" to rotate 90. Repeat for more rotations and reflections (8 total)
* On-screen controls
============
Release 2.0
A full-client web application, practical and useful developer diagrams for the construction of the logic of a circuit, with circuit simulator, AC, DC and Transient Analysis, for your Browser Chrome. You can to export yours diagrams in pdf, png, jpg, gif and tiff.
=============
Release 2.1.1 - Removed some permissions not required from file manifest of extension
Release 2.1.0 - Now you can export your project to Google Drive as PNG format using Cloud Print button
=============

Main features:
- Schematic, Circuit Simulation, PCB
- Drag & Drop diagram symbols in canvas
- Edit properties of symbols with double click
- Extend the extremities of the symbols with your mouse to draw lines and build your circuit
- Valid and simulate your circuits by pressing "DC", "AC" and "TRAN" for Transient Analysis
- Click on to export buttons to save project respectively in PDF, PNG, JPG, GIF and TIFF
- CUT, COPY and PASTE symbols in canvas
- Multi selection of elements and symbols in the canvas with the mouse
- Introduction of Cloud Print button (this function work online)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Basic Circuit Simulator Basic Circuit Simulator
ID pkijffloianafepgamkfmfnadjhhpijd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/basic-circuit-simulator/pkijffloianafepgamkfmfnadjhhpijd
คำอธิบาย Simple Print Circuit Board and diagram editor
ขนาดไฟล์ 4.11 MB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 3.2.5
อัปเดตครั้งล่าสุด 2023-10-07
วันที่เผยแพร่ 2019-06-02
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://ulmdevice.altervista.org
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://ulmdevice.altervista.org/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic Circuit Simulator",
    "short_name": "JsTronics Schematic\/PCB Editor",
    "description": "Simple Print Circuit Board and diagram editor",
    "version": "3.2.5",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_16.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/cloudprint\/client\/cpgadget.js 'unsafe-eval'; frame-src 'self' https:\/\/www.google.com\/cloudprint\/; default-src 'self'; media-src *; img-src * data:; style-src * 'unsafe-inline'; font-src *; connect-src *; base-uri *",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}