Classroom Folders

Organizes Your Classes Into Folders

What is Classroom Folders?

Classroom Folders is a Chrome extension developed by ftwebextender, and its main feature is "Organizes Your Classes Into Folders".

Extension Screenshots

screenshot
screenshot
screenshot

Download Classroom Folders Extension CRX File

Download Classroom Folders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Classroom Folders Classroom Folders
ID aapjlnmkiihgclndofgoedpbeiiecejo
Official URL https://chromewebstore.google.com/detail/classroom-folders/aapjlnmkiihgclndofgoedpbeiiecejo
Description Organizes Your Classes Into Folders
File Size 69.93 KB
Installation Count 873
Current Version 1.2.7
Last Updated 2022-04-01
Publish Date 2020-04-17
Rating 3.75/5 Total 4 Ratings
Developer ftwebextender
Email [email protected]
Payment Type free
Extension Website http://webextends.herokuapp.com/
Privacy Policy Page URL https://pastebin.com/w4s7PFqD
Supported Languages 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"
    }
}