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…

O que é Roll20 DnD Sheet?

Roll20 DnD Sheet é uma extensão do Chrome desenvolvida por Idle, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Roll20 DnD Sheet

Baixe arquivos de extensão Roll20 DnD Sheet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Roll20 DnD Sheet Roll20 DnD Sheet
ID okehagigojbafedokikhmljckcanmifp
URL Oficial https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp
Descrição 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…
Tamanho do Arquivo 62.08 KB
Contagem de Instalações 321
Versão Atual 1.0.0
Última Atualização 2021-07-21
Data de Publicação 2021-07-21
Desenvolvedor Idle
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/reonZ/roll20-dnd-sheet
URL da Página de Ajuda https://github.com/reonZ/roll20-dnd-sheet/issues
Idiomas Suportados 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"
}