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.
什麼是VRooms - Test Figma Designs in VR?
VRooms - Test Figma Designs in VR是由https://vr.page開發的Chrome擴展程式,該擴展的主要功能是“Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR.”。
擴展截圖
下載VRooms - Test Figma Designs in VR擴展crx文件
下載VRooms - Test Figma Designs in VR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | VRooms - Test Figma Designs in VR |
ID | ldbggnggfbpbdfigkemaflalpjmkdcgj |
官方網址 | https://chromewebstore.google.com/detail/vrooms-test-figma-designs/ldbggnggfbpbdfigkemaflalpjmkdcgj |
簡介 | Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR. |
檔案大小 | 514 KB |
安裝次數 | 611 |
目前版本 | 1.0.4 |
更新時間 | 2019-05-25 |
上架時間 | 2019-05-25 |
評分 | 1.33/5 共 6 次評分 |
開發者 | https://vr.page |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://vr.page |
說明頁面URL | https://help.vr.page |
支援的語言 | 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'" } |