Popsicle Sticks - Random student picker
Randomly select a student in your class from any tab
Qu'est-ce que Popsicle Sticks - Random student picker ?
Popsicle Sticks - Random student picker est une extension Chrome développée par https://seanmcp.com, et sa fonction principale est "Randomly select a student in your class from any tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Popsicle Sticks - Random student picker
Téléchargez les fichiers d'extension Popsicle Sticks - Random student picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Popsicle Sticks - Random student picker |
ID | lnckbgaeagindapiodcmccfokcmnfecm |
URL Officiel | https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm |
Description | Randomly select a student in your class from any tab |
Taille du Fichier | 31.5 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2023-08-01 |
Date de Publication | 2019-08-29 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | https://seanmcp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/seanmcp/popsicle-sticks-extension |
URL de la Page d'Aide | https://github.com/seanmcp/popsicle-sticks-extension/issues |
Langues Prises en Charge | 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 } |