geckoDM
A Download Manager for the Echo360 Lecture System
geckoDMคืออะไร?
geckoDM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The geckoDM Team และคุณลักษณะหลักของมันคือ "A Download Manager for the Echo360 Lecture System"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย geckoDM
ดาวน์โหลดไฟล์ส่วนขยาย geckoDM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Version 0.3.16 Update Notes: * added echo360.net.au The GeckoDM Project looks at making a Chrome Extension that allows students to download all their lectures through Echo360 with the click of a single button. To report issues visit: https://github.com/GeckoDM/GeckoDownloadManager/issues As video files as hosted on Amazon S3, we recommend you to download a maximum of 3-4 videos to prevent time out issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | geckoDM |
ID | pgkfjobhhfckamidemkddfnnkknomobe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/geckodm/pgkfjobhhfckamidemkddfnnkknomobe |
คำอธิบาย | A Download Manager for the Echo360 Lecture System |
ขนาดไฟล์ | 199 KB |
จำนวนการติดตั้ง | 5,063 |
เวอร์ชันปัจจุบัน | 0.3.16 |
อัปเดตครั้งล่าสุด | 2021-07-03 |
วันที่เผยแพร่ | 2020-01-21 |
คะแนน | 4.18/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | The geckoDM Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://geckodm.github.io |
URL หน้าช่วยเหลือ | https://github.com/GeckoDM/GeckoDownloadManager/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "geckoDM", "description": "A Download Manager for the Echo360 Lecture System", "version": "0.3.16", "homepage_url": "http:\/\/geckodm.github.io\/", "icons": { "16": "drawables\/launcher\/icon-16.png", "64": "drawables\/launcher\/icon-64.png", "128": "drawables\/launcher\/icon-128.png" }, "browser_action": { "default_popup": "src\/popup.html" }, "background": { "scripts": [ "src\/background.js" ] }, "incognito": "spanning", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self' ; 'unsafe-inline'; fonts.googleapis.com\/; ", "permissions": [ "webRequest", "*:\/\/echo360.org.uk\/section\/", "*:\/\/echo360.org.au\/section\/", "*:\/\/echo360.org.ca\/section\/", "*:\/\/echo360.org\/section\/", "downloads", "tabs", "storage" ], "options_ui": { "page": "src\/options\/options.html", "open_in_tab": true } } |