Owl3D extension

Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…

¿Qué es Owl3D extension?

Owl3D extension es una extensión de Chrome desarrollada por https://owl3d.ai, y su función principal es "Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Owl3D extension

Descarga archivos de extensión Owl3D extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Converting images into stereoscopic 3D has never been easier! 

Simply hover over an image and click the "Turn 3D" button. The image will be automatically saved to your account and converted to 3D. Later you can see the image in 3D in our VR app! 

VR app is available on the Oculus Quest Store (App Lab): https://www.oculus.com/experiences/quest/3622672311172001/                    

Información Básica de la Extensión

Nombre Owl3D extension Owl3D extension
ID mlnolejfeedadknpnnlnnkoallpkkldb
URL Oficial https://chromewebstore.google.com/detail/owl3d-extension/mlnolejfeedadknpnnlnnkoallpkkldb
Descripción Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…
Tamaño del Archivo 484 KB
Cantidad de Instalaciones 381
Versión Actual 0.1.4
Última Actualización 2022-03-09
Fecha de Publicación 2021-06-20
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador https://owl3d.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.owl3d.ai
URL de la Página de Ayuda https://www.owl3d.ai
URL de la Página de Política de Privacidad https://www.privacypolicytemplate.net/live.php?token=nG6pk0UJTf1wq72ZlBgD1G8DRYpLS2JL
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "name": "Owl3D extension",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "icon16.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}