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
官方網址 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"
    ]
}