Classwork
This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.
What is Classwork?
Classwork is a Chrome extension developed by Alfredo Morales, and its main feature is "This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.".
Extension Screenshots
Download Classwork Extension CRX File
Download Classwork extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a simple Chrome extension for Teachers who need download the list of activities required for students on Google Classroom (classwork).
Extension Basic Information
Name | Classwork |
ID | kojnadkkdladdokoildmmkncmakbkioh |
Official URL | https://chromewebstore.google.com/detail/classwork/kojnadkkdladdokoildmmkncmakbkioh |
Description | This is a Chrome extension to download classwork from Google Classroom through an OAuth connection. |
File Size | 453 KB |
Installation Count | 1,294 |
Current Version | 1.2 |
Last Updated | 2020-11-18 |
Publish Date | 2020-11-06 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Alfredo Morales |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |