CheckSchoology Lite

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

什么是CheckSchoology Lite?

CheckSchoology Lite是由Bowen Yin开发的Chrome扩展程序,该扩展的主要功能是“CheckSchoology Lite brings features from your favorite PCR extension into Schoology.”。

扩展截图

screenshot

下载CheckSchoology Lite扩展crx文件

下载CheckSchoology Lite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CheckSchoology Lite CheckSchoology Lite
ID pggolmnkgkclmglodmckfdckmjglpjbm
官方URL https://chromewebstore.google.com/detail/checkschoology-lite/pggolmnkgkclmglodmckfdckmjglpjbm
简介 CheckSchoology Lite brings features from your favorite PCR extension into Schoology.
文件大小 18.93 KB
安装次数 306
当前版本 1.1.2
更新时间 2020-09-29
上架时间 2020-03-19
评分 3.67/5 共3次评分
开发者 Bowen Yin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/BowenYin/checkschoology-lite
帮助页面URL https://github.com/BowenYin/checkschoology-lite/issues
支持的语言 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"
}