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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vr.page, και η κύρια λειτουργία του είναι "Design for VR without the pain of compiling and running code or VR programs. View your Figma designs in VR.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης VRooms - Test Figma Designs in VR

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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'"
}