funny roulette
Register your name, spin the roulette and choose randomly.
Hvad er funny roulette?
funny roulette er en Chrome-udvidelse udviklet af https://gitsunmin.github.io, og dens hovedfunktion er "Register your name, spin the roulette and choose randomly.".
Udvidelsesskærmbilleder
Download funny roulette-udvidelses-CRX-fil
Download funny roulette-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cpledbjbjnaekmdmmimfpdiffgmilbol |
| Officiel URL | https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol |
| Beskrivelse | Register your name, spin the roulette and choose randomly. |
| Filstørrelse | 224 KB |
| Antal Installationer | 41 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2023-07-23 |
| Udgivelsesdato | 2021-06-14 |
| Udvikler | https://gitsunmin.github.io |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/gitsunmin/funny-roulette |
| Hjælpeside-URL | https://github.com/gitsunmin/funny-roulette/issues |
| Understøttede Sprog | 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"
}
} | |