WebXR API Emulator
WebXR API Emulator
WebXR API Emulator क्या है?
WebXR API Emulator Mozilla Mixed Reality द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebXR API Emulator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebXR API Emulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | WebXR API Emulator |
ID | mjddjgeghkdijejnciaefnkjmkafnnje |
आधिकारिक URL | https://chromewebstore.google.com/detail/webxr-api-emulator/mjddjgeghkdijejnciaefnkjmkafnnje |
विवरण | WebXR API Emulator |
फ़ाइल का आकार | 755 KB |
स्थापना संख्या | 34,261 |
वर्तमान संस्करण | 0.3.3 |
अंतिम अपडेट | 2021-01-29 |
प्रकाशन तिथि | 2020-04-08 |
रेटिंग | 4.41/5 कुल 17 रेटिंग्स |
डेवलपर | Mozilla Mixed Reality |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/MozillaReality/WebXR-emulator-extension |
सहायता पृष्ठ URL | https://github.com/MozillaReality/WebXR-emulator-extension/issues |
समर्थित भाषाएँ | 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" ] } |