Classwork
This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.
Classworkとは何ですか?
ClassworkはAlfredo Moralesによって開発されたChromeの拡張機能で、その主な機能は「This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.」です。
拡張機能のスクリーンショット
Classwork拡張機能のCRXファイルをダウンロード
Classwork拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple Chrome extension for Teachers who need download the list of activities required for students on Google Classroom (classwork).
拡張機能の基本情報
名前 | Classwork |
ID | kojnadkkdladdokoildmmkncmakbkioh |
公式URL | https://chromewebstore.google.com/detail/classwork/kojnadkkdladdokoildmmkncmakbkioh |
説明 | This is a Chrome extension to download classwork from Google Classroom through an OAuth connection. |
ファイルサイズ | 453 KB |
インストール数 | 1,294 |
現在のバージョン | 1.2 |
最終更新日 | 2020-11-18 |
公開日 | 2020-11-06 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Alfredo Morales |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Classwork", "version": "1.2", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgb1V6ZHgVobCjS7pG7L2g+25biG1SNmv8Brd8HYPyS3yNSOqN85CcNCc2bVNQhOeClWDgPLF40FMzzup\/wgNv4j8BZoyDuwHAW9sIQgMYHnw6m00VA+IL6+PdMDYTroq1oS\/X+xCkSLJPUkM1xLL1cUAUeIFguWpQvs7wgWoGq97xHzH8Y6vdpXQl7Adx6d3+nTCcyGcOQKRcnVWGwJs4n+3eyoQzBFvayHnmu\/tZG+SqllRVswXupTRphCg42aF3kxiobjXwS51AhtT661JDuT4bBWwMwpRI8tGHNBRGvsER1QQUJMaOkQIjJo+PRBW7y+yMi9j\/z5A8CTmzDRLrwIDAQAB", "description": "This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.", "manifest_version": 2, "options_page": "courses.html", "browser_action": { "default_title": "Classwork, the way do i teach.", "default_popup": "courses.html" }, "oauth2": { "client_id": "1078085492587-b1sbrlpo0geupi8jo7mvj9b24qasgvt4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly", "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students.readonly" ] }, "permissions": [ "identity", "storage" ], "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "default_locale": "en" } |