Popsicle Sticks - Random student picker

Randomly select a student in your class from any tab

Popsicle Sticks - Random student picker란 무엇입니까?

Popsicle Sticks - Random student picker은(는) https://seanmcp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Randomly select a student in your class from any tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Popsicle Sticks - Random student picker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Popsicle Sticks - Random student picker Popsicle Sticks - Random student picker
ID lnckbgaeagindapiodcmccfokcmnfecm
공식 URL https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm
설명 Randomly select a student in your class from any tab
파일 크기 31.5 KB
설치 횟수 10,000
현재 버전 2.0.0
최근 업데이트 2023-08-01
출시 날짜 2019-08-29
평점 4.67/5 총 3 개의 평점
개발자 https://seanmcp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/seanmcp/popsicle-sticks-extension
도움말 페이지 URL https://github.com/seanmcp/popsicle-sticks-extension/issues
지원되는 언어 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
}