x3d-viewer

Opens an x3d file for viweing in the browser.

Apa itu x3d-viewer?

x3d-viewer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Opens an x3d file for viweing in the browser.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi x3d-viewer

Unduh file ekstensi x3d-viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama x3d-viewer x3d-viewer
ID nneaojlgmfmngeckfemdbfpgedgfpgdg
URL Resmi https://chromewebstore.google.com/detail/x3d-viewer/nneaojlgmfmngeckfemdbfpgedgfpgdg
Deskripsi Opens an x3d file for viweing in the browser.
Ukuran File 1.55 MB
Jumlah Instalasi 2,927
Versi Saat Ini 1.1.7
Terakhir Diperbarui 2018-12-18
Tanggal Publikasi 2018-12-18
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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';"
}