Popsicle Sticks - Random student picker
Randomly select a student in your class from any tab
ما هو Popsicle Sticks - Random student picker؟
Popsicle Sticks - Random student picker هو إضافة Chrome تم تطويرها بواسطة https://seanmcp.com، والميزة الرئيسية لها هي "Randomly select a student in your class from any tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Popsicle Sticks - Random student picker
قم بتنزيل ملفات الامتداد Popsicle Sticks - Random student picker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Free and ad free! Popsicle Sticks is an easy way to randomly select a student. After cycling through the class, the names are automatically shuffled again to ensure every student gets a chance to answer. Other features: - Add and remove classes/periods - Add students one at a time or in bulk - Copy students from existing classes - Saves history so you can click away - Pop out mode for easy projecting - Light and dark mode - Class and student data synced to your Chrome account - Download data for backup
معلومات أساسية عن التمديد
الاسم | Popsicle Sticks - Random student picker |
ID | lnckbgaeagindapiodcmccfokcmnfecm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm |
الوصف | Randomly select a student in your class from any tab |
حجم الملف | 31.5 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2023-08-01 |
تاريخ النشر | 2019-08-29 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | https://seanmcp.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/seanmcp/popsicle-sticks-extension |
عنوان صفحة المساعدة | https://github.com/seanmcp/popsicle-sticks-extension/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Popsicle Sticks - Random student picker", "short_name": "Popsicle Sticks", "version": "2.0.0", "description": "Randomly select a student in your class from any tab", "author": "Sean McPherson", "permissions": [ "storage", "downloads" ], "background": { "service_worker": "src\/index.js", "type": "module" }, "action": { "default_popup": "src\/views\/home.html", "default_icon": { "16": "src\/img\/icon-16.png", "32": "src\/img\/icon-32.png", "48": "src\/img\/icon-48.png", "128": "src\/img\/icon-128.png" } }, "homepage_url": "https:\/\/github.com\/seanmcp\/popsicle-sticks-extension", "icons": { "16": "src\/img\/icon-16.png", "32": "src\/img\/icon-32.png", "48": "src\/img\/icon-48.png", "128": "src\/img\/icon-128.png" }, "manifest_version": 3 } |