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
官方網址 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": [
                ""
            ]
        }
    ]
}