funny roulette
Register your name, spin the roulette and choose randomly.
ما هو funny roulette؟
funny roulette هو إضافة Chrome تم تطويرها بواسطة https://gitsunmin.github.io، والميزة الرئيسية لها هي "Register your name, spin the roulette and choose randomly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة funny roulette
قم بتنزيل ملفات الامتداد funny roulette بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | cpledbjbjnaekmdmmimfpdiffgmilbol |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol |
| الوصف | Register your name, spin the roulette and choose randomly. |
| حجم الملف | 224 KB |
| عدد التثبيتات | 41 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2023-07-23 |
| تاريخ النشر | 2021-06-14 |
| المطور | https://gitsunmin.github.io |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/gitsunmin/funny-roulette |
| عنوان صفحة المساعدة | https://github.com/gitsunmin/funny-roulette/issues |
| اللغات المدعومة | 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"
}
} | |