Popsicle Sticks - Random student picker
Randomly select a student in your class from any tab
Hvad er Popsicle Sticks - Random student picker?
Popsicle Sticks - Random student picker er en Chrome-udvidelse udviklet af https://seanmcp.com, og dens hovedfunktion er "Randomly select a student in your class from any tab".
Udvidelsesskærmbilleder
Download Popsicle Sticks - Random student picker-udvidelses-CRX-fil
Download Popsicle Sticks - Random student picker-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
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lnckbgaeagindapiodcmccfokcmnfecm |
| Officiel URL | https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm |
| Beskrivelse | Randomly select a student in your class from any tab |
| Filstørrelse | 31.5 KB |
| Antal Installationer | 10,000 |
| Nuværende Version | 2.0.0 |
| Senest Opdateret | 2023-08-01 |
| Udgivelsesdato | 2019-08-29 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | https://seanmcp.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/seanmcp/popsicle-sticks-extension |
| Hjælpeside-URL | https://github.com/seanmcp/popsicle-sticks-extension/issues |
| Understøttede Sprog | 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
} | |