Canvas Extended for Auckland University

Gives you greater control over Canvas lecture videos, including the speed and quality.

Canvas Extended for Auckland Universityคืออะไร?

Canvas Extended for Auckland University เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oliver Cooper และคุณลักษณะหลักของมันคือ "Gives you greater control over Canvas lecture videos, including the speed and quality."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Extended for Auckland University

ดาวน์โหลดไฟล์ส่วนขยาย Canvas Extended for Auckland University ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To use Canvas Extended, open a lecture recording on Canvas (it should have .preview at the end of the URL). That's it! For assistance or to report bugs visit the support link.

IMPORTANT: You MUST uninstall the 'Canvas Video Enhancer' extension for this to work correctly!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Canvas Extended for Auckland University Canvas Extended for Auckland University
ID aeejfomhpakihdbgceijgnhcanikfjci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci
คำอธิบาย Gives you greater control over Canvas lecture videos, including the speed and quality.
ขนาดไฟล์ 56.35 KB
จำนวนการติดตั้ง 530
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2020-04-22
วันที่เผยแพร่ 2020-04-22
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Oliver Cooper
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://olivercooper.me/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Extended for Auckland University",
    "version": "1.0.5",
    "description": "Gives you greater control over Canvas lecture videos, including the speed and quality.",
    "permissions": [
        "*:\/\/mediastore.auckland.ac.nz\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mediastore.auckland.ac.nz\/*.preview"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}