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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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 } } |