Acer VR Util. for QQ WebVR(experimental)
With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.
什麼是Acer VR Util. for QQ WebVR(experimental)?
Acer VR Util. for QQ WebVR(experimental)是由Acer Inc.開發的Chrome擴展程式,該擴展的主要功能是“With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link.”。
擴展截圖
下載Acer VR Util. for QQ WebVR(experimental)擴展crx文件
下載Acer VR Util. for QQ WebVR(experimental)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link. 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 Util. for QQ WebVR(experimental) |
ID | ldgnngfhlihoadammckjgamekgkgnoma |
官方網址 | https://chromewebstore.google.com/detail/acer-vr-util-for-qq-webvr/ldgnngfhlihoadammckjgamekgkgnoma |
簡介 | With your Acer Windows Mixed Reality Headset, you can experience VR in Chrome browser just by clicking a link. |
檔案大小 | 225 KB |
安裝次數 | 36 |
目前版本 | 1.3.0001 |
更新時間 | 2019-06-16 |
上架時間 | 2019-06-11 |
開發者 | Acer Inc. |
付費類型 | free |
隱私政策頁面URL | https://www.acer.com/ac/en/US/content/privacy |
支援的語言 | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "webvr_extension16.png", "24": "webvr_extension24.png" }, "default_popup": "main.html", "default_title": "Acer VR Util. for QQ WebVR(experimental)" }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "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" }, "manifest_version": 2, "name": "Acer VR Util. for QQ WebVR(experimental)", "permissions": [ "activeTab", "nativeMessaging", "storage", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.0001", "web_accessible_resources": [ "polyfill.js" ] } |