Eclass Downloader

Download Multiple Files From eclass.uth

Eclass Downloaderคืออะไร?

Eclass Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย georzaza และคุณลักษณะหลักของมันคือ "Download Multiple Files From eclass.uth"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eclass Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}