SimScale Launcher

Simulation in your browser

SimScale Launcher란 무엇입니까?

SimScale Launcher은(는) https://www.simscale.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simulation in your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SimScale Launcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}