funny roulette
Register your name, spin the roulette and choose randomly.
Was ist funny roulette?
funny roulette ist eine Chrome-Erweiterung, die von https://gitsunmin.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Register your name, spin the roulette and choose randomly.".
Erweiterungsscreenshots
funny roulette-Erweiterungs-CRX-Datei herunterladen
Laden Sie funny roulette-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | cpledbjbjnaekmdmmimfpdiffgmilbol | 
| Offizielle URL | https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol | 
| Beschreibung | Register your name, spin the roulette and choose randomly. | 
| Dateigröße | 224 KB | 
| Installationsanzahl | 41 | 
| Aktuelle Version | 1.0.2 | 
| Letztes Update | 2023-07-23 | 
| Veröffentlichungsdatum | 2021-06-14 | 
| Entwickler | https://gitsunmin.github.io | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/gitsunmin/funny-roulette | 
| Hilfeseite URL | https://github.com/gitsunmin/funny-roulette/issues | 
| Unterstützte Sprachen | 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"
    }
} | |