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 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
Eメール [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'"
}