X_ITE

View VRML files in X_ITE 4.6.10

什麼是X_ITE?

X_ITE是由Sgeo開發的Chrome擴展程式,該擴展的主要功能是“View VRML files in X_ITE 4.6.10”。

擴展截圖

screenshot

下載X_ITE擴展crx文件

下載X_ITE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically display VRML files (as long as they are served with the correct MIME type) in the browser using create3000's X_ITE VRML/X3D viewer (http://create3000.de/x_ite/getting-started/).

Not for military use, per the X_ITE license.

Currently alpha.                    

擴展基本資訊

名稱 X_ITE X_ITE
ID obbhbiljgjpeoeijlnbnnmkajgiaggnc
官方網址 https://chromewebstore.google.com/detail/xite/obbhbiljgjpeoeijlnbnnmkajgiaggnc
簡介 View VRML files in X_ITE 4.6.10
檔案大小 4.4 MB
安裝次數 333
目前版本 0.3 alpha
更新時間 2020-12-16
上架時間 2020-06-10
評分 5.00/5 共 2 次評分
開發者 Sgeo
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "X_ITE",
    "version": "0.3",
    "version_name": "0.3 alpha",
    "description": "View VRML files in X_ITE 4.6.10",
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "x_ite\/assets\/images\/logo.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "web_accessible_resources": [
        "x_ite\/*",
        "x_ite_mods\/*"
    ],
    "options_ui": {
        "page": "options.htm",
        "open_in_tab": false
    }
}