Student Randomizer
Randomly Selects Students
Student Randomizerとは何ですか?
Student RandomizerはSchoolHelperによって開発されたChromeの拡張機能で、その主な機能は「Randomly Selects Students」です。
拡張機能のスクリーンショット
Student Randomizer拡張機能のCRXファイルをダウンロード
Student Randomizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension which randomly selects a student from a given list of students. Student lists are saved based on period and the lists are stored locally by the extension. Made for teachers so they may easily select students in their class to answer a question. The student names are stored locally on the users computer and is not synced. It can be found under the file path %LocalAppData%\Google\Chrome\User Data\Default\Local Extension Settings
拡張機能の基本情報
名前 | Student Randomizer |
ID | lcipncfbfemopganndembnmjjnhbaomk |
公式URL | https://chromewebstore.google.com/detail/student-randomizer/lcipncfbfemopganndembnmjjnhbaomk |
説明 | Randomly Selects Students |
ファイルサイズ | 14.25 KB |
インストール数 | 2,391 |
現在のバージョン | 1.6 |
最終更新日 | 2019-02-07 |
公開日 | 2019-02-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | SchoolHelper |
支払い方法 | free |
拡張機能のウェブサイト | https://milandonhowe.github.io/studentSelect/ |
ヘルプページのURL | https://github.com/MilanDonhowe/studentSelect/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Student Randomizer", "version": "1.6", "description": "Randomly Selects Students", "manifest_version": 2, "icons": { "16": "images\/logo.png", "48": "images\/logo48.png", "96": "images\/logo96.png", "128": "images\/logo128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Select a student!" }, "permissions": [ "storage" ] } |