Acer VR Utility for WebVR (experimental)

With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.

Acer VR Utility for WebVR (experimental) क्या है?

Acer VR Utility for WebVR (experimental) Acer Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Acer VR Utility for WebVR (experimental) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Visit the Acer WebVR Start Page and learn more about WebVR experience.
https://acerwebvr.github.io/

What is WebVR?
WebVR is an open specification that makes it possible to experience VR in your browser. If a website implements WebVR support and provides 3D content, it can display immersive content in the headset, with user consent.

Do all websites support WebVR?
Website authors must opt-in to use WebVR and further more may create sites that are optimized for specific browsers, headsets and controllers. The number of sites that have some WebVR compatible content is growing every day.                    

एक्सटेंशन की मूल जानकारी

नाम Acer VR Utility for WebVR (experimental) Acer VR Utility for WebVR (experimental)
ID mohfakfjfcmgflmfgijikdpbllnjjdfn
आधिकारिक URL https://chromewebstore.google.com/detail/acer-vr-utility-for-webvr/mohfakfjfcmgflmfgijikdpbllnjjdfn
विवरण With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
फ़ाइल का आकार 229 KB
स्थापना संख्या 1,557
वर्तमान संस्करण 1.1.1005
अंतिम अपडेट 2019-04-29
प्रकाशन तिथि 2019-04-28
डेवलपर Acer Inc.
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://acerwebvr.github.io/
गोपनीयता नीति पृष्ठ URL https://www.acer.com/ac/en/US/content/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Acer VR Utility for WebVR (experimental)",
    "version": "1.1.1005",
    "manifest_version": 2,
    "description": "With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.",
    "icons": {
        "128": "webvr_extension128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "webvr_extension16.png",
            "24": "webvr_extension24.png"
        },
        "default_title": "Acer VR Utility for WebVR (experimental)",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        "polyfill.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}