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