SimScale Launcher

Simulation in your browser

SimScale Launcher क्या है?

SimScale Launcher https://www.simscale.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simulation in your browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SimScale Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}