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 |
| 公式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 |
| Eメール | [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
} | |