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”。
擴展截圖
下載Popsicle Sticks - Random student picker擴展crx文件
下載Popsicle Sticks - Random student picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | lnckbgaeagindapiodcmccfokcmnfecm |
| 官方網址 | 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
} | |