X_ITE

View VRML files in X_ITE 4.6.10

What is X_ITE?

X_ITE is a Chrome extension developed by Sgeo, and its main feature is "View VRML files in X_ITE 4.6.10".

Extension Screenshots

screenshot

Download X_ITE Extension CRX File

Download X_ITE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name X_ITE X_ITE
ID obbhbiljgjpeoeijlnbnnmkajgiaggnc
Official URL https://chromewebstore.google.com/detail/xite/obbhbiljgjpeoeijlnbnnmkajgiaggnc
Description View VRML files in X_ITE 4.6.10
File Size 4.4 MB
Installation Count 333
Current Version 0.3 alpha
Last Updated 2020-12-16
Publish Date 2020-06-10
Rating 5.00/5 Total 2 Ratings
Developer Sgeo
Email [email protected]
Payment Type free
Supported Languages 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
    }
}