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
官方URL 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
    }
}