Eclass Downloader

Download Multiple Files From eclass.uth

Eclass Downloaderとは何ですか?

Eclass Downloaderはgeorzazaによって開発されたChromeの拡張機能で、その主な機能は「Download Multiple Files From eclass.uth」です。

拡張機能のスクリーンショット

screenshot

Eclass Downloader拡張機能のCRXファイルをダウンロード

Eclass Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Μέχρι να καταστεί δυνατή η λειτουργία του "Λήψη όλου του Καταλόγου" στο 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
Eメール [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"
}