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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Canvas Extended for Auckland University
قم بتنزيل ملفات الامتداد Canvas Extended for Auckland University بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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 } |