x3d-viewer

Opens an x3d file for viweing in the browser.

x3d-viewerคืออะไร?

x3d-viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Opens an x3d file for viweing in the browser."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย x3d-viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This 3D planning app is designed to help view x3d files. After uploading an x3d file you are able to see your model on a plane, which fluctuates in size, and includes an x, y, z axis. This viewer allows for a more accurate and detailed perspective of a model because it gives you the ability to change coordinates, direction and color of light, and can take snapshots of the model that will automatically download to your computer. 

Features:
- Upload multiple x3d files
- Change position of models
- Change scene settings                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ x3d-viewer x3d-viewer
ID nneaojlgmfmngeckfemdbfpgedgfpgdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/x3d-viewer/nneaojlgmfmngeckfemdbfpgedgfpgdg
คำอธิบาย Opens an x3d file for viweing in the browser.
ขนาดไฟล์ 1.55 MB
จำนวนการติดตั้ง 2,927
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2018-12-18
วันที่เผยแพร่ 2018-12-18
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Opens an x3d file for viweing in the browser.",
    "manifest_version": 2,
    "name": "x3d-viewer",
    "short_name": "x3d-viewer",
    "version": "1.1.7",
    "icons": {
        "48": "icon\/spider.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/spider.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}