NOVerdue
This extension removes the "overdue" section on schoology!
NOVerdueとは何ですか?
NOVerdueはbbocdevによって開発されたChromeの拡張機能で、その主な機能は「This extension removes the "overdue" section on schoology!」です。
拡張機能のスクリーンショット
NOVerdue拡張機能のCRXファイルをダウンロード
NOVerdue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The overdue section on Schoology is a prime example of good in theory, bad in practice. This is because many assignments are not intended to be turned in on Schoology, causing the overdue column to become very long, very quickly. This extension removes that column entirely, letting you get to work faster!
拡張機能の基本情報
名前 | NOVerdue |
ID | lcacnccjkjmcbfflhipogoieemenfnfn |
公式URL | https://chromewebstore.google.com/detail/noverdue/lcacnccjkjmcbfflhipogoieemenfnfn |
説明 | This extension removes the "overdue" section on schoology! |
ファイルサイズ | 40.51 KB |
インストール数 | 67 |
現在のバージョン | 1.3 |
最終更新日 | 2021-03-28 |
公開日 | 2018-03-08 |
評価 | 2.75/5 合計 4 レビュー |
開発者 | bbocdev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NOVerdue", "description": "This extension removes the \"overdue\" section on schoology!", "version": "1.3", "icons": { "128": "128icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.schoology.com\/*" ], "js": [ "jquery.js", "noverdue.js" ], "run_at": "document_end" } ] } |