Student Randomizer

Randomly Selects Students

什么是Student Randomizer?

Student Randomizer是由SchoolHelper开发的Chrome扩展程序,该扩展的主要功能是“Randomly Selects Students”。

扩展截图

screenshot
screenshot

下载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 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"
    ]
}