funny roulette

Register your name, spin the roulette and choose randomly.

O que é funny roulette?

funny roulette é uma extensão do Chrome desenvolvida por https://gitsunmin.github.io, e sua principal característica é "Register your name, spin the roulette and choose randomly.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão funny roulette

Baixe arquivos de extensão funny roulette 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

                        It's a game where you pick one out of several people!

1. You can register people or objects.
- Write the name of the person or object in the Input and press Enter.
- You can delete a registered person or object by clicking its name.
- Use the Clear button to delete the names of all people or objects.
2. You can turn the roulette to pick a number with the same probability.
3. The name of the chosen person is enlarged.

issues: https://github.com/gitsunmin/Funny-Roulette/issues                    

Informações Básicas da Extensão

Nome funny roulette funny roulette
ID cpledbjbjnaekmdmmimfpdiffgmilbol
URL Oficial https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol
Descrição Register your name, spin the roulette and choose randomly.
Tamanho do Arquivo 224 KB
Contagem de Instalações 41
Versão Atual 1.0.2
Última Atualização 2023-07-23
Data de Publicação 2021-06-14
Desenvolvedor https://gitsunmin.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/gitsunmin/funny-roulette
URL da Página de Ajuda https://github.com/gitsunmin/funny-roulette/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "funny roulette",
    "version": "1.0.2",
    "description": "Register your name, spin the roulette and choose randomly.",
    "author": "Gitsunmin",
    "permissions": [
        "storage",
        "tts"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}