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.
Was ist VRooms - Test Figma Designs in VR?
VRooms - Test Figma Designs in VR ist eine Chrome-Erweiterung, die von https://vr.page entwickelt wurde, und ihr Hauptmerkmal ist "Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR.".
Erweiterungsscreenshots
VRooms - Test Figma Designs in VR-Erweiterungs-CRX-Datei herunterladen
Laden Sie VRooms - Test Figma Designs in VR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VRooms - Test Figma Designs in VR |
ID | ldbggnggfbpbdfigkemaflalpjmkdcgj |
Offizielle URL | https://chromewebstore.google.com/detail/vrooms-test-figma-designs/ldbggnggfbpbdfigkemaflalpjmkdcgj |
Beschreibung | Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR. |
Dateigröße | 514 KB |
Installationsanzahl | 611 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2019-05-25 |
Veröffentlichungsdatum | 2019-05-25 |
Bewertung | 1.33/5 Insgesamt 6 Bewertungen |
Entwickler | https://vr.page |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://vr.page |
Hilfeseite URL | https://help.vr.page |
Unterstützte Sprachen | 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'" } |