MAC&PARDUS EBA Canlı Ders

MAC ve Pardus Canlı Dersi Zoom ile başlatma https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde uygulasını çalıştırır

MAC&PARDUS EBA Canlı Dersคืออะไร?

MAC&PARDUS EBA Canlı Ders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Murat Zorlu และคุณลักษณะหลักของมันคือ "MAC ve Pardus Canlı Dersi Zoom ile başlatma https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde uygulasını çalıştırır"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MAC&PARDUS EBA Canlı Ders

ดาวน์โหลดไฟล์ส่วนขยาย MAC&PARDUS EBA Canlı Ders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EBACanliDersChromeEklenti
EBA canlı ders için Linux ve Mac desteğine Chrome Eklentisi

https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde adresindeki kodlar için chrome eklentisi. Eklentiyi yüklediğinizde Canlı Dersler sayfasında buton çıkar ve https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde adresinde yayınlanan kodu butona tıklayarak otomatik çalıştırmanızı sağlar.

Eklentiyi yükledikten sonra EBA Canlı Dersler Sayfasına "Mac&Pardus Zoom Aç" butonu eklenir. Bu buton tıklayarak açılan iletişim kutusundan dersinizi seçip Zoom açabilirsiniz.

Öğrencinin Canlı Derse gitme sayfası(liveMiddleware) açılırsa canlı dersi Zoom ile açmak için size soracaktır.

Atanan Canlı Ders sayfasında (etudDetail) canlı dersi Zoom ile açmak için size soracaktır.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MAC&PARDUS EBA Canlı Ders MAC&PARDUS EBA Canlı Ders
ID obngbhmmpnkomhgjjnddgoniplchmfkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/macpardus-eba-canl%C4%B1-ders/obngbhmmpnkomhgjjnddgoniplchmfkl
คำอธิบาย MAC ve Pardus Canlı Dersi Zoom ile başlatma https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde uygulasını çalıştırır
ขนาดไฟล์ 55.81 KB
จำนวนการติดตั้ง 3,593
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2020-09-30
วันที่เผยแพร่ 2020-09-04
คะแนน 4.10/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา Murat Zorlu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.muratzorlu.com
URL หน้าช่วยเหลือ https://github.com/muratzorlu/EBACanliDersChromeEklenti
ภาษาที่รองรับ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MAC&PARDUS EBA Canl\u0131 Ders",
    "version": "1.7",
    "manifest_version": 2,
    "description": "MAC ve Pardus Canl\u0131 Dersi Zoom ile ba\u015flatma https:\/\/gist.github.com\/sh4dowb\/9ecdc521c7323411f3294d5126a2bfde uygulas\u0131n\u0131 \u00e7al\u0131\u015ft\u0131r\u0131r",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/ders.eba.gov.tr\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/content-script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}