Google Classroom To-Do List

Lets students build a to-do list from Google Classroom assignments

什麼是Google Classroom To-Do List?

Google Classroom To-Do List是由cole.sara.e開發的Chrome擴展程式,該擴展的主要功能是“Lets students build a to-do list from Google Classroom assignments”。

擴展截圖

screenshot
screenshot
screenshot

下載Google Classroom To-Do List擴展crx文件

下載Google Classroom To-Do List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows students to display a list of their unsubmitted assignments from Google Classroom and to select items to place on a To-Do List. Assignments include links back to google classroom and overdue items are highlighted with red due dates. (Extension icon credit: Kusniyah at the Noun Project)                    

擴展基本資訊

名稱 Google Classroom To-Do List Google Classroom To-Do List
ID pphabfkgdbhkogijpaodmkkelenlamgn
官方網址 https://chromewebstore.google.com/detail/google-classroom-to-do-li/pphabfkgdbhkogijpaodmkkelenlamgn
簡介 Lets students build a to-do list from Google Classroom assignments
檔案大小 148 KB
安裝次數 43
目前版本 1.2.0
更新時間 2022-12-05
上架時間 2022-10-31
開發者 cole.sara.e
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Classroom To-Do List",
    "version": "1.2.0",
    "description": "Lets students build a to-do list from Google Classroom assignments",
    "manifest_version": 3,
    "author": "Sara Cole",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage",
        "notifications"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_title": "Google Classroom To-Do List",
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAix\/0rLCDxsIF13l7bR\/di84gB+ZLCHJq9mWxVwI9\/ZE3x9yzuJpZ3tciKfIIYbdGfDbdLziVw3TtRqk1JcW90F0SO30AtzH9rUa9rINqpAGtJ4HsPXnCijrJxWdGumG6wjVAeQNtcFVSd\/AIYyLutTA6CHxou64dOOpynVFUquZSY5ze+ZShJIRM3iMe9+BJZduJeMTppTz\/pMgBI\/GejdMrzrdXvV0ishGbwkjIAQSCmh6QyAIF5tHXgsSTJ+Ltp29kZwPG8pUyWA7rlV\/8OiTSLFQZ5SHHdj2HzwRh\/+8EqP8s36LUT3KCiSAandLPUiN2LVaieHsL4JVleOyGYwIDAQAB",
    "oauth2": {
        "client_id": "640640480245-p5b5tkjgauhklk22dn21458p9g1gvlv4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.me"
        ]
    }
}