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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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'" } |