Google Classroom Checklist (External Checkboxes)

Add persistent checkboxes outside clickable stream items

Autor
brodante
Instalaciones diarias
0
Instalaciones totales
0
Calificaciones
0 0 0
Versión
1.7
Creado
12/05/2025
Actualizado
12/05/2025
Tamaño
3.55 KB
Licencia
Apache-2.0
Funciona en

Google Classroom Checkboxes Extension

Working screenshot

A lightweight browser extension that adds checkboxes beside posts in the Google Classroom stream. This allows students to visually track completed assignments and announcements for improved task management.


Features

  • Adds checkboxes next to each post in the classroom stream.
  • Helps visually mark items as complete.
  • Simple, non-intrusive design with minimal performance impact.
  • No external dependencies.

Supported Browsers

  • Google Chrome (Manifest V3)
  • Microsoft Edge (Chromium-based)
  • Mozilla Firefox (Manifest V2)

Installation

Chrome / Edge

  1. Open chrome://extensions/ or edge://extensions/
  2. Enable Developer mode in the top right corner.
  3. Click Load unpacked.
  4. Select the folder containing the extension files.

Firefox

  1. Open about:debugging
  2. Choose This Firefox
  3. Click Load Temporary Add-on
  4. Select the manifest.json file from the extension folder.

File Structure

classroom-checkboxes-extension/
├── manifest.json                        # Extension configuration
├── script.js                            # Core logic for checkbox injection
├── icon.png                             # Extension icon (optional)
├── README.md                            # Project documentation
└── google classroom checkboxes.png      # Screenshot for preview

Notes

  • This extension adds checkboxes purely for local UI feedback.
  • Checkbox states are not persisted between page reloads unless localStorage is implemented.
  • Designed for users who prefer a visual method of tracking classroom activity.

License

This project is released under the MIT License. See LICENSE for details.


Author

Developed by Dante.
Inspired by practical classroom needs for personal task tracking.