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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://owl3d.ai และคุณลักษณะหลักของมันคือ "Converting images into stereoscopic 3D has never been easier! Simply hover over an image and click the "Turn 3D" button. The…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Owl3D extension

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}