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"입니다.
확장 프로그램 스크린샷
Google Classroom To-Do List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } } |