X_ITE

View VRML files in X_ITE 4.6.10

Cos'è X_ITE?

X_ITE è un'estensione di Chrome sviluppata da Sgeo, e la sua funzione principale è "View VRML files in X_ITE 4.6.10".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione X_ITE

Scarica i file di estensione X_ITE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome X_ITE X_ITE
ID obbhbiljgjpeoeijlnbnnmkajgiaggnc
URL Ufficiale https://chromewebstore.google.com/detail/xite/obbhbiljgjpeoeijlnbnnmkajgiaggnc
Descrizione View VRML files in X_ITE 4.6.10
Dimensione del File 4.4 MB
Conteggio Installazioni 333
Versione Corrente 0.3 alpha
Ultimo Aggiornamento 2020-12-16
Data di Pubblicazione 2020-06-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Sgeo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}