funny roulette
Register your name, spin the roulette and choose randomly.
Cos'è funny roulette?
funny roulette è un'estensione di Chrome sviluppata da https://gitsunmin.github.io, e la sua funzione principale è "Register your name, spin the roulette and choose randomly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione funny roulette
Scarica i file di estensione funny roulette in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cpledbjbjnaekmdmmimfpdiffgmilbol |
| URL Ufficiale | https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol |
| Descrizione | Register your name, spin the roulette and choose randomly. |
| Dimensione del File | 224 KB |
| Conteggio Installazioni | 41 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2023-07-23 |
| Data di Pubblicazione | 2021-06-14 |
| Sviluppatore | https://gitsunmin.github.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/gitsunmin/funny-roulette |
| URL della Pagina di Aiuto | https://github.com/gitsunmin/funny-roulette/issues |
| Lingue Supportate | 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"
}
} | |