Roll20 Character Parser - DnD 5th SRD

This little accessory will extract key information away from character sheets on online apps!

O que é Roll20 Character Parser - DnD 5th SRD?

Roll20 Character Parser - DnD 5th SRD é uma extensão do Chrome desenvolvida por noobulater, e sua principal característica é "This little accessory will extract key information away from character sheets on online apps!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Roll20 Character Parser - DnD 5th SRD

Baixe arquivos de extensão Roll20 Character Parser - DnD 5th SRD 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

                        This little accessory will extract key information away from character sheets on online apps!                    

Informações Básicas da Extensão

Nome Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
URL Oficial https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
Descrição This little accessory will extract key information away from character sheets on online apps!
Tamanho do Arquivo 64.47 KB
Contagem de Instalações 451
Versão Atual 0.2
Última Atualização 2017-05-03
Data de Publicação 2017-05-03
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor noobulater
Tipo de Pagamento free
Site da Extensão https://github.com/Noobulater/ttrpg-web-parsers
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roll20 Character Parser - DnD 5th SRD",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.0.min.js",
                "getPageSource.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ]
}