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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } } |