X_ITE

View VRML files in X_ITE 4.6.10

X_ITEคืออะไร?

X_ITE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sgeo และคุณลักษณะหลักของมันคือ "View VRML files in X_ITE 4.6.10"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X_ITE

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}