Popsicle Sticks - Random student picker
Randomly select a student in your class from any tab
What is Popsicle Sticks - Random student picker?
Popsicle Sticks - Random student picker is a Chrome extension developed by https://seanmcp.com, and its main feature is "Randomly select a student in your class from any tab".
Extension Screenshots
Download Popsicle Sticks - Random student picker Extension CRX File
Download Popsicle Sticks - Random student picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Popsicle Sticks - Random student picker |
ID | lnckbgaeagindapiodcmccfokcmnfecm |
Official URL | https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm |
Description | Randomly select a student in your class from any tab |
File Size | 31.5 KB |
Installation Count | 10,000 |
Current Version | 2.0.0 |
Last Updated | 2023-08-01 |
Publish Date | 2019-08-29 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://seanmcp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/seanmcp/popsicle-sticks-extension |
Help Page URL | https://github.com/seanmcp/popsicle-sticks-extension/issues |
Supported Languages | 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 } |