Classroom Folders

Organizes Your Classes Into Folders

Classroom Folders क्या है?

Classroom Folders ftwebextender द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organizes Your Classes Into Folders"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Classroom Folders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}