Roll20 DnD Sheet

A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…

Co to jest Roll20 DnD Sheet?

Roll20 DnD Sheet to rozszerzenie Chrome opracowane przez Idle, a jego główną funkcją jest „A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Roll20 DnD Sheet

Pobierz pliki rozszerzeń Roll20 DnD Sheet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character (for now ?) but let you play characters and npcs with ease, a more compacted design and great reactivity.                    

Podstawowe informacje o rozszerzeniu

Nazwa Roll20 DnD Sheet Roll20 DnD Sheet
ID okehagigojbafedokikhmljckcanmifp
Oficjalny URL https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp
Opis A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…
Rozmiar pliku 62.08 KB
Liczba instalacji 321
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-07-21
Data Publikacji 2021-07-21
Deweloper Idle
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/reonZ/roll20-dnd-sheet
Adres URL Strony Pomocy https://github.com/reonZ/roll20-dnd-sheet/issues
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll20 DnD Sheet",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "*:\/\/app.roll20.net\/editor\/",
        "*:\/\/app.roll20.net\/editor",
        "*:\/\/app.roll20.net\/editor?*",
        "*:\/\/app.roll20.net\/editor#*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.roll20.net\/editor",
                "https:\/\/app.roll20.net\/editor\/",
                "https:\/\/app.roll20.net\/editor\/#*",
                "https:\/\/app.roll20.net\/editor#*",
                "https:\/\/app.roll20.net\/editor\/?*",
                "https:\/\/app.roll20.net\/editor?*"
            ],
            "js": [
                "injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "wshook.js",
        "bundle.js",
        "bundle.css"
    ],
    "version": "1.0.0"
}