NEO LMS Assignments Downloader

This extension allows to download all the class's lesson assignments at once

NEO LMS Assignments Downloader란 무엇입니까?

NEO LMS Assignments Downloader은(는) Alex Lipov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows to download all the class's lesson assignments at once"입니다.

확장 프로그램 스크린샷

screenshot

NEO LMS Assignments Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows to download all the class's lesson assignments at once in NEO LMS web platform.                    

확장 프로그램 기본 정보

이름 NEO LMS Assignments Downloader NEO LMS Assignments Downloader
ID nmnhhckkfjfcianoekankcfbcgjlfdkg
공식 URL https://chromewebstore.google.com/detail/neo-lms-assignments-downl/nmnhhckkfjfcianoekankcfbcgjlfdkg
설명 This extension allows to download all the class's lesson assignments at once
파일 크기 83.69 KB
설치 횟수 444
현재 버전 0.6
최근 업데이트 2019-11-06
출시 날짜 2019-11-06
평점 5.00/5 총 2 개의 평점
개발자 Alex Lipov
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/alipov/edu20-assignment-downloader
도움말 페이지 URL https://github.com/alipov/edu20-assignment-downloader/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "NEO LMS Assignments Downloader",
    "description": "This extension allows to download all the class's lesson assignments at once",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js",
            "lib\/jszip-3.1.5.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.edu20.org\/teacher_dropbox_assignment\/grading*",
                "https:\/\/*.edu20.org\/teacher_freeform_assignment\/grading*",
                "http:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*",
                "https:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*",
                "http:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*",
                "https:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*"
            ],
            "js": [
                "lib\/jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.edu20.org\/teacher_dropbox_assignment\/*",
        "https:\/\/*.edu20.org\/teacher_freeform_assignment\/*",
        "http:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*",
        "https:\/\/ilearn.cyber.org.il\/teacher_dropbox_assignment\/grading*",
        "http:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*",
        "https:\/\/ilearn.cyber.org.il\/teacher_freeform_assignment\/grading*",
        "downloads"
    ]
}