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.

Co je Acer VR Utility for WebVR (experimental)?

Acer VR Utility for WebVR (experimental) je rozšíření Chrome vyvinuté Acer Inc., a jeho hlavní funkcí je „With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Acer VR Utility for WebVR (experimental)

Stáhněte si soubory rozšíření Acer VR Utility for WebVR (experimental) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Acer VR Utility for WebVR (experimental) Acer VR Utility for WebVR (experimental)
ID mohfakfjfcmgflmfgijikdpbllnjjdfn
Oficiální URL https://chromewebstore.google.com/detail/acer-vr-utility-for-webvr/mohfakfjfcmgflmfgijikdpbllnjjdfn
Popis With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
Velikost souboru 229 KB
Počet instalací 1,557
Aktuální Verze 1.1.1005
Poslední Aktualizace 2019-04-29
Datum Vydání 2019-04-28
Vývojář Acer Inc.
Typ Platby free
Webové stránky Rozšíření https://acerwebvr.github.io/
URL Stránky Zásad Ochrany Soukromí https://www.acer.com/ac/en/US/content/privacy
Podporované Jazyky 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
        }
    ]
}