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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VRooms - Test Figma Designs in VR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}