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
Eメール [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": [
                ""
            ]
        }
    ]
}