Roll for MURAL

Roll your dice and show results inside your MURAL gaming board!

Τι είναι το Roll for MURAL;

Το Roll for MURAL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Glordu, και η κύρια λειτουργία του είναι "Roll your dice and show results inside your MURAL gaming board!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Roll for MURAL

Λήψη αρχείων επέκτασης Roll for MURAL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Play your favorite RPG with your friends using MURAL as your board, roll your dice and have your results shown to everybody in real time within the Mural itself!

- Save as many Character configurations as you want!
- Now with D20 and Roll&Keep support!
- Quick rolls: for when setting a new custom roll would be too much, you can even make a quick roll with a quick character name, great for GMs!

New in v0.0.2.0:
- New Game Mode: Roll&Keep!
- Added GM Tools!
- Change your Character color!
- Now Critical rolls and Critical failures have different shapes and colors!
- General style redesign!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Roll for MURAL Roll for MURAL
ID ddmhfogjimminpbkcokikjfjgheppgfa
Επίσημο URL https://chromewebstore.google.com/detail/roll-for-mural/ddmhfogjimminpbkcokikjfjgheppgfa
Περιγραφή Roll your dice and show results inside your MURAL gaming board!
Μέγεθος Αρχείου 32.66 KB
Αριθμός Εγκαταστάσεων 61
Τρέχουσα Έκδοση 0.0.2.1
Τελευταία Ενημέρωση 2020-07-04
Ημερομηνία Δημοσίευσης 2020-07-03
Προγραμματιστής Glordu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll for MURAL",
    "version": "0.0.2.1",
    "description": "Roll your dice and show results inside your MURAL gaming board!",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.mural.co\/t\/*\/m\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Toggle Roll for MURAL",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mural.co\/t\/*\/m\/*"
            ],
            "js": [
                "constants.js",
                "storage.js",
                "roll4mural.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com; object-src 'self'",
    "manifest_version": 2
}