Classroom Folders

Organizes Your Classes Into Folders

Classroom Foldersคืออะไร?

Classroom Folders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ftwebextender และคุณลักษณะหลักของมันคือ "Organizes Your Classes Into Folders"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classroom Folders

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}