geckoDM
A Download Manager for the Echo360 Lecture System
什么是geckoDM?
geckoDM是由The geckoDM Team开发的Chrome扩展程序,该扩展的主要功能是“A Download Manager for the Echo360 Lecture System”。
扩展截图
下载geckoDM扩展crx文件
下载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 } } |