Classroom Folders
Organizes Your Classes Into Folders
Classroom Folders là gì?
Classroom Folders là một tiện ích mở rộng Chrome được phát triển bởi ftwebextender, và tính năng chính của nó là "Organizes Your Classes Into Folders".
Ả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 Folders
Tải xuống các tệp mở rộng Classroom Folders 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
DISCLAIMER: I have not updated this extension in a while - so some features might not work with all operating systems. Classroom Folders is a simple extension unlike any other. This extension allows you to organize and group your Google Classrooms. It also allows you to enable darkmode by clicking the browser icon. This extension is for students and teachers both! PRIVACY POLICY: This extension will never save, collect, or do anything else with your data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Classroom Folders |
ID | aapjlnmkiihgclndofgoedpbeiiecejo |
URL Chính Thức | https://chromewebstore.google.com/detail/classroom-folders/aapjlnmkiihgclndofgoedpbeiiecejo |
Mô tả | Organizes Your Classes Into Folders |
Kích Thước Tệp | 69.93 KB |
Số Lần Cài Đặt | 873 |
Phiên Bản Hiện Tại | 1.2.7 |
Cập Nhật Lần Cuối | 2022-04-01 |
Ngày Phát Hành | 2020-04-17 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ftwebextender |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://webextends.herokuapp.com/ |
URL Trang Chính Sách Bảo Mật | https://pastebin.com/w4s7PFqD |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Classroom Folders", "version": "1.2.7", "content_scripts": [ { "all_frames": true, "js": [ "classroom.js" ], "matches": [ "*:\/\/classroom.google.com\/u\/*" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Enable Darkmode" }, "description": "Organizes Your Classes Into Folders", "icons": { "128": "128.png", "32": "32.png", "64": "64.png" } } |