NOVerdue
This extension removes the "overdue" section on schoology!
ما هو NOVerdue؟
NOVerdue هو إضافة Chrome تم تطويرها بواسطة bbocdev، والميزة الرئيسية لها هي "This extension removes the "overdue" section on schoology!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NOVerdue
قم بتنزيل ملفات الامتداد NOVerdue بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |