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 là gì?

VRooms - Test Figma Designs in VR là một tiện ích mở rộng Chrome được phát triển bởi https://vr.page, và tính năng chính của nó là "Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng VRooms - Test Figma Designs in VR

Tải xuống các tệp mở rộng VRooms - Test Figma Designs in VR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VRooms - Test Figma Designs in VR VRooms - Test Figma Designs in VR
ID ldbggnggfbpbdfigkemaflalpjmkdcgj
URL Chính Thức https://chromewebstore.google.com/detail/vrooms-test-figma-designs/ldbggnggfbpbdfigkemaflalpjmkdcgj
Mô tả Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR.
Kích Thước Tệp 514 KB
Số Lần Cài Đặt 611
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2019-05-25
Ngày Phát Hành 2019-05-25
Đánh Giá 1.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://vr.page
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vr.page
URL Trang Trợ Giúp https://help.vr.page
Ngôn Ngữ Được Hỗ Trợ 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'"
}