Balanced Dice Roller

Roll simulated dice.

O que é Balanced Dice Roller?

Balanced Dice Roller é uma extensão do Chrome desenvolvida por https://vividwelkin.com, e sua principal característica é "Roll simulated dice.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Balanced Dice Roller

Baixe arquivos de extensão Balanced Dice Roller 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

                        Balanced Dice Roller is a simple and easy chrome extension for rolling simulated dice. You can roll dice while viewing tabletop gaming documents from within your browser, It can be used in a popup from the toolbar and in its own dedicated window. To roll a D20 press the D20 button for the result in the main text area. The roll results are saved locally with timestamps until you press the CLEAR button.                    

Informações Básicas da Extensão

Nome Balanced Dice Roller Balanced Dice Roller
ID knklhlmednhjmbgaaoeociaiclaabogg
URL Oficial https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg
Descrição Roll simulated dice.
Tamanho do Arquivo 221 KB
Contagem de Instalações 39
Versão Atual 0.0.4
Última Atualização 2019-07-05
Data de Publicação 2019-07-05
Desenvolvedor https://vividwelkin.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Balanced Dice Roller",
    "version": "0.0.4",
    "description": "Roll simulated dice.",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "balanceddiceroller.html",
        "default_title": "Balanced Dice Roller"
    }
}