Owl3D extension

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

O que é Owl3D extension?

Owl3D extension é uma extensão do Chrome desenvolvida por https://owl3d.ai, e sua principal característica é "Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Owl3D extension

Baixe arquivos de extensão Owl3D extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Owl3D extension Owl3D extension
ID mlnolejfeedadknpnnlnnkoallpkkldb
URL Oficial https://chromewebstore.google.com/detail/owl3d-extension/mlnolejfeedadknpnnlnnkoallpkkldb
Descrição Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…
Tamanho do Arquivo 484 KB
Contagem de Instalações 381
Versão Atual 0.1.4
Última Atualização 2022-03-09
Data de Publicação 2021-06-20
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor https://owl3d.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.owl3d.ai
URL da Página de Ajuda https://www.owl3d.ai
URL da Página de Política de Privacidade https://www.privacypolicytemplate.net/live.php?token=nG6pk0UJTf1wq72ZlBgD1G8DRYpLS2JL
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}