Popsicle Sticks - Random student picker
Randomly select a student in your class from any tab
Cos'è Popsicle Sticks - Random student picker?
Popsicle Sticks - Random student picker è un'estensione di Chrome sviluppata da https://seanmcp.com, e la sua funzione principale è "Randomly select a student in your class from any tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Popsicle Sticks - Random student picker
Scarica i file di estensione Popsicle Sticks - Random student picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | lnckbgaeagindapiodcmccfokcmnfecm |
| URL Ufficiale | https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm |
| Descrizione | Randomly select a student in your class from any tab |
| Dimensione del File | 31.5 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2023-08-01 |
| Data di Pubblicazione | 2019-08-29 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | https://seanmcp.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/seanmcp/popsicle-sticks-extension |
| URL della Pagina di Aiuto | https://github.com/seanmcp/popsicle-sticks-extension/issues |
| Lingue Supportate | 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
} | |