x3d-viewer

Opens an x3d file for viweing in the browser.

Qu'est-ce que x3d-viewer ?

x3d-viewer est une extension Chrome développée par Unknown, et sa fonction principale est "Opens an x3d file for viweing in the browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension x3d-viewer

Téléchargez les fichiers d'extension x3d-viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom x3d-viewer x3d-viewer
ID nneaojlgmfmngeckfemdbfpgedgfpgdg
URL Officiel https://chromewebstore.google.com/detail/x3d-viewer/nneaojlgmfmngeckfemdbfpgedgfpgdg
Description Opens an x3d file for viweing in the browser.
Taille du Fichier 1.55 MB
Nombre d'Installations 2,927
Version Actuelle 1.1.7
Dernière Mise à Jour 2018-12-18
Date de Publication 2018-12-18
Évaluation 4.00/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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';"
}