X_ITE

View VRML files in X_ITE 4.6.10

X_ITE là gì?

X_ITE là một tiện ích mở rộng Chrome được phát triển bởi Sgeo, và tính năng chính của nó là "View VRML files in X_ITE 4.6.10".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng X_ITE

Tải xuống các tệp mở rộng X_ITE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên X_ITE X_ITE
ID obbhbiljgjpeoeijlnbnnmkajgiaggnc
URL Chính Thức https://chromewebstore.google.com/detail/xite/obbhbiljgjpeoeijlnbnnmkajgiaggnc
Mô tả View VRML files in X_ITE 4.6.10
Kích Thước Tệp 4.4 MB
Số Lần Cài Đặt 333
Phiên Bản Hiện Tại 0.3 alpha
Cập Nhật Lần Cuối 2020-12-16
Ngày Phát Hành 2020-06-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Sgeo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}