Moodle Downloader
A chrome extension for downloading Moodle resources
Moodle Downloader란 무엇입니까?
Moodle Downloader은(는) harsilspatel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension for downloading Moodle resources"입니다.
확장 프로그램 스크린샷
Moodle Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An open source chrome extension that enables students to download Moodle resources with a click of a button 💾 Usage 🖱 1. Login in to your moodle (for example https://moodle.vle.monash.edu) 2. Open the Resources section for the course you wish to download the content for 3. Click on the extension icon and select the resources to be downloaded. Click and drag or use ⌘ key to select multiple options: 4. Hit the Download button to get the resources! source code: https://github.com/harsilspatel/MoodleDownloader Made with ❤️ and ☕️ in Melbourne!
확장 프로그램 기본 정보
이름 | Moodle Downloader |
ID | ohhocacnnfaiphiahofcnfakdcfldbnh |
공식 URL | https://chromewebstore.google.com/detail/moodle-downloader/ohhocacnnfaiphiahofcnfakdcfldbnh |
설명 | A chrome extension for downloading Moodle resources |
파일 크기 | 53.97 KB |
설치 횟수 | 15,034 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2024-01-07 |
출시 날짜 | 2020-04-03 |
평점 | 4.84/5 총 297 개의 평점 |
개발자 | harsilspatel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/harsilspatel/MoodleDownloader |
도움말 페이지 URL | https://github.com/harsilspatel/MoodleDownloader/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Moodle Downloader", "description": "A chrome extension for downloading Moodle resources", "version": "3.0.0", "icons": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png", "256": "assets\/icon256.png", "512": "assets\/icon512.png" }, "permissions": [ "scripting", "activeTab", "downloads", "storage" ], "action": { "default_popup": "src\/popup.html" } } |