Really Good Dice

Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.

O que é Really Good Dice?

Really Good Dice é uma extensão do Chrome desenvolvida por https://reallygood.co.il, e sua principal característica é "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Really Good Dice

Baixe arquivos de extensão Really Good 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

                        Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Quickly roll one dice or more, right off from your extension bar.                    

Informações Básicas da Extensão

Nome Really Good Dice Really Good Dice
ID mfedjabphbbhekfijmgipfhddgjfnain
URL Oficial https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain
Descrição Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Tamanho do Arquivo 204 KB
Contagem de Instalações 6,000
Versão Atual 2
Última Atualização 2021-06-02
Data de Publicação 2013-10-27
Classificação 4.17/5 Total de 24 Avaliações
Desenvolvedor https://reallygood.co.il
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://reallygood.co.il/
URL da Página de Ajuda https://reallygood.co.il/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Really Good Dice",
    "version": "2",
    "manifest_version": 3,
    "description": "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "action": {
        "default_title": "Roll the Dice!",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background.js"
    }
}