x3d-viewer

Opens an x3d file for viweing in the browser.

x3d-viewer क्या है?

x3d-viewer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens an x3d file for viweing in the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में x3d-viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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';"
}