Popsicle Sticks - Random student picker
Randomly select a student in your class from any tab
Co to jest Popsicle Sticks - Random student picker?
Popsicle Sticks - Random student picker to rozszerzenie Chrome opracowane przez https://seanmcp.com, a jego główną funkcją jest „Randomly select a student in your class from any tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Popsicle Sticks - Random student picker
Pobierz pliki rozszerzeń Popsicle Sticks - Random student picker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lnckbgaeagindapiodcmccfokcmnfecm |
| Oficjalny URL | https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm |
| Opis | Randomly select a student in your class from any tab |
| Rozmiar pliku | 31.5 KB |
| Liczba instalacji | 10,000 |
| Aktualna Wersja | 2.0.0 |
| Ostatnia Aktualizacja | 2023-08-01 |
| Data Publikacji | 2019-08-29 |
| Ocena | 4.67/5 Łącznie 3 Oceny |
| Deweloper | https://seanmcp.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/seanmcp/popsicle-sticks-extension |
| Adres URL Strony Pomocy | https://github.com/seanmcp/popsicle-sticks-extension/issues |
| Obsługiwane Języki | 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
} | |