Classroom Folders
Organizes Your Classes Into Folders
Wat is Classroom Folders?
Classroom Folders is een Chrome-extensie ontwikkeld door ftwebextender, en de belangrijkste functie is "Organizes Your Classes Into Folders".
Extensie Screenshots
Download het CRX-bestand van de extensie Classroom Folders
Download Classroom Folders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Classroom Folders |
ID | aapjlnmkiihgclndofgoedpbeiiecejo |
Officiële URL | https://chromewebstore.google.com/detail/classroom-folders/aapjlnmkiihgclndofgoedpbeiiecejo |
Beschrijving | Organizes Your Classes Into Folders |
Bestandsgrootte | 69.93 KB |
Aantal Installaties | 873 |
Huidige Versie | 1.2.7 |
Laatst Bijgewerkt | 2022-04-01 |
Publicatiedatum | 2020-04-17 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | ftwebextender |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://webextends.herokuapp.com/ |
URL van de Privacybeleid Pagina | https://pastebin.com/w4s7PFqD |
Ondersteunde Talen | 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" } } |