Owl3D extension

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

什么是Owl3D extension?

Owl3D extension是由https://owl3d.ai开发的Chrome扩展程序,该扩展的主要功能是“Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…”。

扩展截图

screenshot
screenshot
screenshot

下载Owl3D extension扩展crx文件

下载Owl3D extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Owl3D extension Owl3D extension
ID mlnolejfeedadknpnnlnnkoallpkkldb
官方URL https://chromewebstore.google.com/detail/owl3d-extension/mlnolejfeedadknpnnlnnkoallpkkldb
简介 Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…
文件大小 484 KB
安装次数 381
当前版本 0.1.4
更新时间 2022-03-09
上架时间 2021-06-20
评分 3.00/5 共4次评分
开发者 https://owl3d.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.owl3d.ai
帮助页面URL https://www.owl3d.ai
隐私政策页面URL https://www.privacypolicytemplate.net/live.php?token=nG6pk0UJTf1wq72ZlBgD1G8DRYpLS2JL
支持的语言 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": [
                ""
            ]
        }
    ]
}