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 |
Eメール | [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" } } |