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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}