Owl3D extension

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

Wat is Owl3D extension?

Owl3D extension is een Chrome-extensie ontwikkeld door https://owl3d.ai, en de belangrijkste functie is "Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Owl3D extension

Download Owl3D extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Owl3D extension Owl3D extension
ID mlnolejfeedadknpnnlnnkoallpkkldb
Officiële URL https://chromewebstore.google.com/detail/owl3d-extension/mlnolejfeedadknpnnlnnkoallpkkldb
Beschrijving Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…
Bestandsgrootte 484 KB
Aantal Installaties 381
Huidige Versie 0.1.4
Laatst Bijgewerkt 2022-03-09
Publicatiedatum 2021-06-20
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://owl3d.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.owl3d.ai
Help Pagina-URL https://www.owl3d.ai
URL van de Privacybeleid Pagina https://www.privacypolicytemplate.net/live.php?token=nG6pk0UJTf1wq72ZlBgD1G8DRYpLS2JL
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}