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 |
电子邮箱 | [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" } ] } |