Classroom Folders
Organizes Your Classes Into Folders
ما هو Classroom Folders؟
Classroom Folders هو إضافة Chrome تم تطويرها بواسطة ftwebextender، والميزة الرئيسية لها هي "Organizes Your Classes Into Folders".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Classroom Folders
قم بتنزيل ملفات الامتداد Classroom Folders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" } } |