Classroom Plus
Create your own assignments on Google Classroom.
Classroom Plus là gì?
Classroom Plus là một tiện ích mở rộng Chrome được phát triển bởi Sidr, và tính năng chính của nó là "Create your own assignments on Google Classroom.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Classroom Plus
Tải xuống các tệp mở rộng Classroom Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Classroom Plus is any student's dream. Having six different to-do lists can get annoying, and having all your stuff in the same place can make things a whole lot easier. Classroom Plus makes this possible by turning your Google Classroom to-do page into a personalized to-do list. To add an assignment, simply click the extension icon in the top right-hand corner of the window, enter in a title and a due date, and click "Create assignment." Reload the page, and your assignment will be rendered seamlessly onto the page. Assignments do not expire after due dates, and you can clear your assignments at any time. Version 2.4.3 - minor bug fixes
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Classroom Plus |
ID | hblfkbdoflbakoblaknbjjhjbgfoofog |
URL Chính Thức | https://chromewebstore.google.com/detail/classroom-plus/hblfkbdoflbakoblaknbjjhjbgfoofog |
Mô tả | Create your own assignments on Google Classroom. |
Kích Thước Tệp | 78.15 KB |
Số Lần Cài Đặt | 50,000 |
Phiên Bản Hiện Tại | 2.4.4 |
Cập Nhật Lần Cuối | 2021-03-15 |
Ngày Phát Hành | 2018-02-26 |
Đánh Giá | 3.81/5 Tổng số 26 Đánh Giá |
Nhà Phát Triển | Sidr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.sidr.io/apps |
URL Trang Trợ Giúp | https://help.sidr.io/en/articles/5021569-welcome-to-classroom-plus |
URL Trang Chính Sách Bảo Mật | https://www.sidr.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Classroom Plus", "short_name": "Classroom+", "description": "Create your own assignments on Google Classroom.", "version": "2.4.4", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "assets\/image\/icon16.png", "19": "assets\/image\/icon19.png", "48": "assets\/image\/icon48.png", "128": "assets\/image\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/classroom.google.com\/*\/not-turned-in\/all" ], "js": [ "display.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage" ] } |