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

What is MAC&PARDUS EBA Canlı Ders?

MAC&PARDUS EBA Canlı Ders is a Chrome extension developed by Murat Zorlu, and its main feature is "MAC ve Pardus Canlı Dersi Zoom ile başlatma https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde uygulasını çalıştırır".

Extension Screenshots

screenshot

Download MAC&PARDUS EBA Canlı Ders Extension CRX File

Download MAC&PARDUS EBA Canlı Ders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MAC&PARDUS EBA Canlı Ders MAC&PARDUS EBA Canlı Ders
ID obngbhmmpnkomhgjjnddgoniplchmfkl
Official URL https://chromewebstore.google.com/detail/macpardus-eba-canl%C4%B1-ders/obngbhmmpnkomhgjjnddgoniplchmfkl
Description MAC ve Pardus Canlı Dersi Zoom ile başlatma https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde uygulasını çalıştırır
File Size 55.81 KB
Installation Count 3,593
Current Version 1.7
Last Updated 2020-09-30
Publish Date 2020-09-04
Rating 4.10/5 Total 39 Ratings
Developer Murat Zorlu
Email [email protected]
Payment Type free
Extension Website https://www.muratzorlu.com
Help Page URL https://github.com/muratzorlu/EBACanliDersChromeEklenti
Supported Languages 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"
    }
}