CheckSchoology Lite

CheckSchoology Lite brings features from your favorite PCR extension into Schoology.

What is CheckSchoology Lite?

CheckSchoology Lite is a Chrome extension developed by Bowen Yin, and its main feature is "CheckSchoology Lite brings features from your favorite PCR extension into Schoology.".

Extension Screenshots

screenshot

Download CheckSchoology Lite Extension CRX File

Download CheckSchoology Lite 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

                        Visit your Schoology calendar page to get started.

Summary of features:
• Mark an assignment as complete by hovering over it and clicking the checkmark.
• Change course colors by clicking on "All Calendars" at the top.
• Choose from new, updated colors.
• Completed assignments are synced across all signed-in Chrome devices.

CheckSchoology Lite is open source. View the source code at https://github.com/BowenYin/checkschoology-lite.                    

Extension Basic Information

Name CheckSchoology Lite CheckSchoology Lite
ID pggolmnkgkclmglodmckfdckmjglpjbm
Official URL https://chromewebstore.google.com/detail/checkschoology-lite/pggolmnkgkclmglodmckfdckmjglpjbm
Description CheckSchoology Lite brings features from your favorite PCR extension into Schoology.
File Size 18.93 KB
Installation Count 306
Current Version 1.1.2
Last Updated 2020-09-29
Publish Date 2020-03-19
Rating 3.67/5 Total 3 Ratings
Developer Bowen Yin
Email [email protected]
Payment Type free
Extension Website https://github.com/BowenYin/checkschoology-lite
Help Page URL https://github.com/BowenYin/checkschoology-lite/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CheckSchoology Lite",
    "version": "1.1.2",
    "description": "CheckSchoology Lite brings features from your favorite PCR extension into Schoology.",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "*:\/\/schoology.harker.org\/calendar\/*",
                "*:\/\/athena.harker.org\/calendar\/*",
                "*:\/\/app.schoology.com\/calendar\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon32.png"
        }
    },
    "permissions": [
        "storage",
        "webRequest",
        "*:\/\/schoology.harker.org\/calendar\/*",
        "*:\/\/athena.harker.org\/calendar\/*",
        "*:\/\/app.schoology.com\/calendar\/*"
    ],
    "short_name": "CheckSchoology"
}