Popsicle Sticks - Random student picker

Randomly select a student in your class from any tab

¿Qué es Popsicle Sticks - Random student picker?

Popsicle Sticks - Random student picker es una extensión de Chrome desarrollada por https://seanmcp.com, y su función principal es "Randomly select a student in your class from any tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Popsicle Sticks - Random student picker

Descarga archivos de extensión Popsicle Sticks - Random student picker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Popsicle Sticks - Random student picker Popsicle Sticks - Random student picker
ID lnckbgaeagindapiodcmccfokcmnfecm
URL Oficial https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm
Descripción Randomly select a student in your class from any tab
Tamaño del Archivo 31.5 KB
Cantidad de Instalaciones 10,000
Versión Actual 2.0.0
Última Actualización 2023-08-01
Fecha de Publicación 2019-08-29
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador https://seanmcp.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/seanmcp/popsicle-sticks-extension
URL de la Página de Ayuda https://github.com/seanmcp/popsicle-sticks-extension/issues
Idiomas Soportados 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
}