Schoology Overdue Cleaner

Clean up your screen by dismissing overdue Schoology assignments.

Schoology Overdue Cleanerとは何ですか?

Schoology Overdue CleanerはToby Saluskyによって開発されたChromeの拡張機能で、その主な機能は「Clean up your screen by dismissing overdue Schoology assignments.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Schoology Overdue Cleaner拡張機能のCRXファイルをダウンロード

Schoology Overdue Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Schoology Overdue Cleaner Schoology Overdue Cleaner
ID pcjacnadlmodpiibjkjbhjpokgcpblih
公式URL https://chromewebstore.google.com/detail/schoology-overdue-cleaner/pcjacnadlmodpiibjkjbhjpokgcpblih
説明 Clean up your screen by dismissing overdue Schoology assignments.
ファイルサイズ 51.84 KB
インストール数 316
現在のバージョン 1.0.0
最終更新日 2021-11-22
公開日 2021-11-22
評価 5.00/5 合計 3 レビュー
開発者 Toby Salusky
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/TobySalusky/OverdueCleaner
対応言語 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"
    ]
}