Canvas Extended for Auckland University

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

Canvas Extended for Auckland University là gì?

Canvas Extended for Auckland University là một tiện ích mở rộng Chrome được phát triển bởi Oliver Cooper, và tính năng chính của nó là "Gives you greater control over Canvas lecture videos, including the speed and quality.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Canvas Extended for Auckland University

Tải xuống các tệp mở rộng Canvas Extended for Auckland University dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Canvas Extended for Auckland University Canvas Extended for Auckland University
ID aeejfomhpakihdbgceijgnhcanikfjci
URL Chính Thức https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci
Mô tả Gives you greater control over Canvas lecture videos, including the speed and quality.
Kích Thước Tệp 56.35 KB
Số Lần Cài Đặt 530
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-04-22
Ngày Phát Hành 2020-04-22
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Oliver Cooper
Loại Thanh Toán free
URL Trang Trợ Giúp http://olivercooper.me/
Ngôn Ngữ Được Hỗ Trợ 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
}