NOVerdue

This extension removes the "overdue" section on schoology!

NOVerdueคืออะไร?

NOVerdue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bbocdev และคุณลักษณะหลักของมันคือ "This extension removes the "overdue" section on schoology!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NOVerdue

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        }
    ]
}