SimScale Launcher

Simulation in your browser

SimScale Launcherคืออะไร?

SimScale Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.simscale.com และคุณลักษณะหลักของมันคือ "Simulation in your browser"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SimScale Launcher

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

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

                        SimScale is a browser-based engineering platform offering a groundbreaking simulation solution available at an affordable price, accessible from anywhere, all with easy-to-use functionality. It is completely web-based, therefore no local hardware is necessary, it’s scalable and on-demand. The SimScale platform is a solid and practical alternative to conventional industry practices already used by more than 20.000 users. 

SimScale integrates a broad variety of simulation tools from structural mechanics, fluid dynamics, thermodynamics, acousics and particle analysis. Both Finite Element as well as Finite Volume based solvers are available. The SimScale team and its partners are constantly expanding the platform with new analysis types and other features. 

SimScale is based on cutting-edge open source solver technology which has already been proven in different industrial applications and is already in use at leading companies, in a large number of industries with different requirements, such as automotive, aerospace, process technology and power generation. This allows us to implement new technology rapidly and ensure the greatest compatibility between SimScale and third party software tools, with a high level of accuracy.
The SimScale launcher enables engineers to quickly launch the SimScale platform in full screen, giving a pure and maximum user experience of the SimScale platform.                    

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

ชื่อ SimScale Launcher SimScale Launcher
ID kegfleoipphbchgbpaoimlkolmfmenil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simscale-launcher/kegfleoipphbchgbpaoimlkolmfmenil
คำอธิบาย Simulation in your browser
ขนาดไฟล์ 14.17 KB
จำนวนการติดตั้ง 205
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2015-12-16
วันที่เผยแพร่ 2015-12-16
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.simscale.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.simscale.com
URL หน้าช่วยเหลือ https://www.simscale.com/forum
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SimScale Launcher",
    "description": "Simulation in your browser",
    "version": "1.4",
    "permissions": [
        "https:\/\/*.simscale.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Launch SimScale",
        "default_icon": "images\/simscale_logo_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/simscale_logo_16.png",
        "128": "images\/simscale_logo_128.png"
    }
}