Classroom Folders
Organizes Your Classes Into Folders
什么是Classroom Folders?
Classroom Folders是由ftwebextender开发的Chrome扩展程序,该扩展的主要功能是“Organizes Your Classes Into Folders”。
扩展截图
下载Classroom Folders扩展crx文件
下载Classroom Folders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Classroom Folders |
ID | aapjlnmkiihgclndofgoedpbeiiecejo |
官方URL | https://chromewebstore.google.com/detail/classroom-folders/aapjlnmkiihgclndofgoedpbeiiecejo |
简介 | Organizes Your Classes Into Folders |
文件大小 | 69.93 KB |
安装次数 | 873 |
当前版本 | 1.2.7 |
更新时间 | 2022-04-01 |
上架时间 | 2020-04-17 |
评分 | 3.75/5 共4次评分 |
开发者 | ftwebextender |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://webextends.herokuapp.com/ |
隐私政策页面URL | https://pastebin.com/w4s7PFqD |
支持的语言 | 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" } } |