Roll20 Made Easlier

(Indev) General tools for roll 20, in one browser plugin.

Co je Roll20 Made Easlier?

Roll20 Made Easlier je rozšíření Chrome vyvinuté Cyane, a jeho hlavní funkcí je „(Indev) General tools for roll 20, in one browser plugin.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Roll20 Made Easlier

Stáhněte si soubory rozšíření Roll20 Made Easlier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        (Indev) General tools for roll 20, in one browser plugin.

- Currently includes -

Real-Time Turn Timer:
A timer which counts how long the current turn has taken so far in real-time, displayed in the 'Turn Order' window.


- Planned future features -
Round number and in-game timer. E.g. "Round: 7 (1m 06s)":
Round counter with in-game (not real-time) timer, displayed in the 'Turn Order' window. Timer increments in intervals of 6 seconds for each round completed, to track in-game time.                    

Základní Informace o Rozšíření

Název Roll20 Made Easlier Roll20 Made Easlier
ID kmgfdkffnlbkfjdfcbfajlknhakecnga
Oficiální URL https://chromewebstore.google.com/detail/roll20-made-easlier/kmgfdkffnlbkfjdfcbfajlknhakecnga
Popis (Indev) General tools for roll 20, in one browser plugin.
Velikost souboru 38.38 KB
Počet instalací 114
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-04-19
Datum Vydání 2022-04-18
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Cyane
Typ Platby free
Webové stránky Rozšíření https://github.com/cyane-github/roll20-made-easlier
URL Stránky Nápovědy https://github.com/cyane-github/roll20-made-easlier
URL Stránky Zásad Ochrany Soukromí https://github.com/cyane-github/roll20-made-easlier/blob/main/privacy-policy/README.md
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll20 Made Easlier",
    "description": "(Indev) General tools for roll 20, in one browser plugin.",
    "version": "1.0.0",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/app.roll20.net\/editor\/"
    ],
    "icons": {
        "16": "\/icons\/easlier16.png",
        "32": "\/icons\/easlier32.png",
        "48": "\/icons\/easlier48.png",
        "128": "\/icons\/easlier128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/easlier16.png",
            "32": "\/icons\/easlier32.png",
            "48": "\/icons\/easlier48.png",
            "128": "\/icons\/easlier128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.roll20.net\/editor\/"
            ],
            "js": [
                "src\/turn-timer\/index.js"
            ]
        }
    ]
}