Student Randomizer

Randomly Selects Students

Cos'è Student Randomizer?

Student Randomizer è un'estensione di Chrome sviluppata da SchoolHelper, e la sua funzione principale è "Randomly Selects Students".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Student Randomizer

Scarica i file di estensione Student Randomizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Student Randomizer Student Randomizer
ID lcipncfbfemopganndembnmjjnhbaomk
URL Ufficiale https://chromewebstore.google.com/detail/student-randomizer/lcipncfbfemopganndembnmjjnhbaomk
Descrizione Randomly Selects Students
Dimensione del File 14.25 KB
Conteggio Installazioni 2,391
Versione Corrente 1.6
Ultimo Aggiornamento 2019-02-07
Data di Pubblicazione 2019-02-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SchoolHelper
Tipo di Pagamento free
Sito Web dell'Estensione https://milandonhowe.github.io/studentSelect/
URL della Pagina di Aiuto https://github.com/MilanDonhowe/studentSelect/issues
Lingue Supportate 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"
    ]
}