Popsicle Sticks - Random student picker
Randomly select a student in your class from any tab
Popsicle Sticks - Random student picker là gì?
Popsicle Sticks - Random student picker là một tiện ích mở rộng Chrome được phát triển bởi https://seanmcp.com, và tính năng chính của nó là "Randomly select a student in your class from any tab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Popsicle Sticks - Random student picker
Tải xuống các tệp mở rộng Popsicle Sticks - Random student picker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Popsicle Sticks - Random student picker |
ID | lnckbgaeagindapiodcmccfokcmnfecm |
URL Chính Thức | https://chromewebstore.google.com/detail/popsicle-sticks-random-st/lnckbgaeagindapiodcmccfokcmnfecm |
Mô tả | Randomly select a student in your class from any tab |
Kích Thước Tệp | 31.5 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-08-01 |
Ngày Phát Hành | 2019-08-29 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://seanmcp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/seanmcp/popsicle-sticks-extension |
URL Trang Trợ Giúp | https://github.com/seanmcp/popsicle-sticks-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |