Popsicle Sticks - Random student picker

Randomly select a student in your class from any tab

O que é Popsicle Sticks - Random student picker?

Popsicle Sticks - Random student picker é uma extensão do Chrome desenvolvida por https://seanmcp.com, e sua principal característica é "Randomly select a student in your class from any tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Popsicle Sticks - Random student picker

Baixe arquivos de extensão Popsicle Sticks - Random student picker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Popsicle Sticks - Random student picker Popsicle Sticks - Random student picker
ID lnckbgaeagindapiodcmccfokcmnfecm
URL Oficial https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm
Descrição Randomly select a student in your class from any tab
Tamanho do Arquivo 31.5 KB
Contagem de Instalações 10,000
Versão Atual 2.0.0
Última Atualização 2023-08-01
Data de Publicação 2019-08-29
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor https://seanmcp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/seanmcp/popsicle-sticks-extension
URL da Página de Ajuda https://github.com/seanmcp/popsicle-sticks-extension/issues
Idiomas Suportados 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
}