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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| URL หน้าช่วยเหลือ | 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
} | |