VRooms - Test Figma Designs in VR
Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR.
What is VRooms - Test Figma Designs in VR?
VRooms - Test Figma Designs in VR is a Chrome extension developed by https://vr.page, and its main feature is "Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR.".
Extension Screenshots
Download VRooms - Test Figma Designs in VR Extension CRX File
Download VRooms - Test Figma Designs in VR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
VRooms lets you design virtual reality user interfaces right in Figma, without the need for a headset or working in a VR environment. There's no coding, no compiling, and you can share your designs with anyone for user feedback and testing. VRooms is like Invision for VR. Use this Chrome Extension to create new designs as well as view your existing VRooms files in VR or update an existing design.
Extension Basic Information
Name | VRooms - Test Figma Designs in VR |
ID | ldbggnggfbpbdfigkemaflalpjmkdcgj |
Official URL | https://chromewebstore.google.com/detail/vrooms-test-figma-designs/ldbggnggfbpbdfigkemaflalpjmkdcgj |
Description | Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR. |
File Size | 514 KB |
Installation Count | 611 |
Current Version | 1.0.4 |
Last Updated | 2019-05-25 |
Publish Date | 2019-05-25 |
Rating | 1.33/5 Total 6 Ratings |
Developer | https://vr.page |
[email protected] | |
Payment Type | free |
Extension Website | https://vr.page |
Help Page URL | https://help.vr.page |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VRooms - Test Figma Designs in VR", "version": "1.0.4", "manifest_version": 2, "description": "Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/livereload.js", "scripts\/background.js" ] }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.figma.com\/file\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_title": "VRooms", "default_popup": "popup.html" }, "content_security_policy": "script-src unsafe-inline 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/webfont\/1.4.7\/webfont.js https:\/\/ajax.googleapis.com; object-src 'self'" } |