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
官方網址 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"
}