Eclass Downloader

Download Multiple Files From eclass.uth

Eclass Downloader란 무엇입니까?

Eclass Downloader은(는) georzaza에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Multiple Files From eclass.uth"입니다.

확장 프로그램 스크린샷

screenshot

Eclass Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Μέχρι να καταστεί δυνατή η λειτουργία του "Λήψη όλου του Καταλόγου" στο eclass.uth, δημιούργησα αυτό το extension το οποίο μπορείτε να δοκιμάσετε.                    

확장 프로그램 기본 정보

이름 Eclass Downloader Eclass Downloader
ID lkmjedjbimbmidehpdeeiijkkkholalc
공식 URL https://chromewebstore.google.com/detail/eclass-downloader/lkmjedjbimbmidehpdeeiijkkkholalc
설명 Download Multiple Files From eclass.uth
파일 크기 70.6 KB
설치 횟수 34
현재 버전 1.0
최근 업데이트 2020-06-24
출시 날짜 2020-06-23
개발자 georzaza
이메일 [email protected]
결제 유형 free
지원되는 언어 el
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Fabian Gremper. Edited By Giorgos Zazanis.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Eclass Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Download Multiple Files From eclass.uth",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Eclass Downloader",
    "permissions": [
        "https:\/\/eclass.uth.gr\/*",
        "activeTab",
        "downloads"
    ],
    "version": "1.0"
}