One-Click Game Dice
Produce random numbers for different kinds of dice commonly used in gaming.
O que é One-Click Game Dice?
One-Click Game Dice é uma extensão do Chrome desenvolvida por imightbewyatt, e sua principal característica é "Produce random numbers for different kinds of dice commonly used in gaming.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One-Click Game Dice
Baixe arquivos de extensão One-Click Game Dice 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
Generate random numbers for various gaming dice: one-hundred-sided (2d10), twenty-sided, twelve-sided, ten-sided, eight-sided, six-sided, four-sided, and two-sided. It works in offline mode, too.
Informações Básicas da Extensão
Nome | One-Click Game Dice |
ID | imijklnhdpkdjhmndhhcmknijghmeije |
URL Oficial | https://chromewebstore.google.com/detail/one-click-game-dice/imijklnhdpkdjhmndhhcmknijghmeije |
Descrição | Produce random numbers for different kinds of dice commonly used in gaming. |
Tamanho do Arquivo | 174 KB |
Contagem de Instalações | 569 |
Versão Atual | 1.0 |
Última Atualização | 2014-11-17 |
Data de Publicação | 2014-11-17 |
Classificação | 4.88/5 Total de 8 Avaliações |
Desenvolvedor | imightbewyatt |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One-Click Game Dice", "short_name": "1-Click Dice", "author": "B. Wyatt", "offline_enabled": true, "description": "Produce random numbers for different kinds of dice commonly used in gaming.", "version": "1.0", "permissions": [], "icons": { "16": "d20_icon16.png", "19": "d20_icon.png", "48": "d20_icon48.png", "128": "d20_icon128.png" }, "browser_action": { "default_icon": "d20_icon.png", "default_popup": "popup.html" } } |