WebXR API Emulator
WebXR API Emulator
WebXR API Emulator là gì?
WebXR API Emulator là một tiện ích mở rộng Chrome được phát triển bởi Mozilla Mixed Reality, và tính năng chính của nó là "WebXR API Emulator".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WebXR API Emulator
Tải xuống các tệp mở rộng WebXR API Emulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
WebXR Emulator extension enables users and developers to run and test WebXR content in desktop browsers without using a real XR device. The extension will emulate the WebXR API on browsers that don’t support it yet and also provide a list of XR devices with their controllers to emulate.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebXR API Emulator |
ID | mjddjgeghkdijejnciaefnkjmkafnnje |
URL Chính Thức | https://chromewebstore.google.com/detail/webxr-api-emulator/mjddjgeghkdijejnciaefnkjmkafnnje |
Mô tả | WebXR API Emulator |
Kích Thước Tệp | 755 KB |
Số Lần Cài Đặt | 34,261 |
Phiên Bản Hiện Tại | 0.3.3 |
Cập Nhật Lần Cuối | 2021-01-29 |
Ngày Phát Hành | 2020-04-08 |
Đánh Giá | 4.41/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Mozilla Mixed Reality |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/MozillaReality/WebXR-emulator-extension |
URL Trang Trợ Giúp | https://github.com/MozillaReality/WebXR-emulator-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebXR API Emulator", "short_name": "WebXR Emu", "version": "0.3.3", "minimum_chrome_version": "10.0", "devtools_page": "src\/extension\/devtools.html", "description": "WebXR API Emulator", "homepage_url": "https:\/\/github.com\/MozillaReality\/WebXR-emulator-extension", "author": "Takahiro Aoyagi", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/extension\/background.js" ] }, "permissions": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "polyfill\/webxr-polyfill.js", "src\/ConfigurationManager.js", "src\/extension\/content-script.js" ], "run_at": "document_start", "all_frames": true } ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "WebXR API Emulator", "default_popup": "src\/extension\/popup.html" }, "manifest_version": 2, "web_accessible_resources": [ "src\/devices.json", "assets\/hall_empty.glb" ] } |