Roll20 Made Easlier

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

Vad är Roll20 Made Easlier?

Roll20 Made Easlier är en Chrome-tillägg utvecklad av Cyane, och dess huvudfunktion är "(Indev) General tools for roll 20, in one browser plugin.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Roll20 Made Easlier-förlängningens CRX-fil

Ladda ner Roll20 Made Easlier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        (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.                    

Grundläggande Information om Tillägg

Namn Roll20 Made Easlier Roll20 Made Easlier
ID kmgfdkffnlbkfjdfcbfajlknhakecnga
Officiell webbadress https://chromewebstore.google.com/detail/roll20-made-easlier/kmgfdkffnlbkfjdfcbfajlknhakecnga
Beskrivning (Indev) General tools for roll 20, in one browser plugin.
Filstorlek 38.38 KB
Antal Installationer 114
Aktuell Version 1.0.0
Senast Uppdaterad 2022-04-19
Publiceringsdatum 2022-04-18
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Cyane
Betalningssätt free
Tilläggswebbplats https://github.com/cyane-github/roll20-made-easlier
Hjälpsida URL https://github.com/cyane-github/roll20-made-easlier
URL till Sekretesspolicy Sidan https://github.com/cyane-github/roll20-made-easlier/blob/main/privacy-policy/README.md
Stödda Språk 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"
            ]
        }
    ]
}