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
Eメール [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
    }
}