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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cole.sara.e และคุณลักษณะหลักของมันคือ "Lets students build a to-do list from Google Classroom assignments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Classroom To-Do List
ดาวน์โหลดไฟล์ส่วนขยาย 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) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pphabfkgdbhkogijpaodmkkelenlamgn |
| URL อย่างเป็นทางการ | 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"
]
}
} | |