Schoology Overdue Cleaner
Clean up your screen by dismissing overdue Schoology assignments.
What is Schoology Overdue Cleaner?
Schoology Overdue Cleaner is a Chrome extension developed by Toby Salusky, and its main feature is "Clean up your screen by dismissing overdue Schoology assignments.".
Extension Screenshots
Download Schoology Overdue Cleaner Extension CRX File
Download Schoology Overdue Cleaner 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
Bothered by the clutter that is unnecessary overdues on Schoology? This extension can fix that. LICENSE This project is open source under the MIT License. See the https://github.com/TobySalusky/OverdueCleaner/blob/main/LICENSE for more information. DISCLAIMER Schoology Overdue Cleaner is not affiliated with Schoology Inc. Schoology, the SCHOOLOGY® wordmark, and the S logo are registered and unregistered trademarks of Schoology, Inc. in the United States. All product names, logos, and brands are property of their respective owners.
Extension Basic Information
Name | Schoology Overdue Cleaner |
ID | pcjacnadlmodpiibjkjbhjpokgcpblih |
Official URL | https://chromewebstore.google.com/detail/schoology-overdue-cleaner/pcjacnadlmodpiibjkjbhjpokgcpblih |
Description | Clean up your screen by dismissing overdue Schoology assignments. |
File Size | 51.84 KB |
Installation Count | 316 |
Current Version | 1.0.0 |
Last Updated | 2021-11-22 |
Publish Date | 2021-11-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Toby Salusky |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/TobySalusky/OverdueCleaner |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Schoology Overdue Cleaner", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/learn.lcps.org\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ] } ], "browser_action": { "default_icon": "icon.png" }, "description": "Clean up your screen by dismissing overdue Schoology assignments.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Toby Salusky", "permissions": [ "storage" ] } |