E-Okul Ortalama Hesaplayıcı

Notlarınızı düzenleyerek dönem sonu ortalamanızı ve alacağınız belgeyi görebilirsiniz.

What is E-Okul Ortalama Hesaplayıcı?

E-Okul Ortalama Hesaplayıcı is a Chrome extension developed by firesparksoftware, and its main feature is "Notlarınızı düzenleyerek dönem sonu ortalamanızı ve alacağınız belgeyi görebilirsiniz.".

Extension Screenshots

screenshot
screenshot
screenshot

Download E-Okul Ortalama Hesaplayıcı Extension CRX File

Download E-Okul Ortalama Hesaplayıcı 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

                        Notlarınızı düzenleyerek dönem sonu ortalamanızı ve alacağınız belgeyi görebilirsiniz. E-Okul'a giriş yaparken kullandığınız bilgilerinize asla erişemez, paylaşamaz. Kaynak kodları: https://github.com/thesseyren/eokulext                    

Extension Basic Information

Name E-Okul Ortalama Hesaplayıcı E-Okul Ortalama Hesaplayıcı
ID pijniagmjdenncfcfoagebjlgnpnabfa
Official URL https://chromewebstore.google.com/detail/e-okul-ortalama-hesaplay%C4%B1/pijniagmjdenncfcfoagebjlgnpnabfa
Description Notlarınızı düzenleyerek dönem sonu ortalamanızı ve alacağınız belgeyi görebilirsiniz.
File Size 26.63 KB
Installation Count 658
Current Version 1.1.0
Last Updated 2018-04-27
Publish Date 2018-04-27
Rating 4.20/5 Total 15 Ratings
Developer firesparksoftware
Email [email protected]
Payment Type free
Extension Website https://github.com/thesseyren/eokulext
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E-Okul Ortalama Hesaplay\u0131c\u0131",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Notlar\u0131n\u0131z\u0131 d\u00fczenleyerek d\u00f6nem sonu ortalaman\u0131z\u0131 ve alaca\u011f\u0131n\u0131z belgeyi g\u00f6rebilirsiniz.",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "options_ui": {
        "page": "ayarlar.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/eokulyd.meb.gov.tr\/*",
                "*:\/\/e-okul.meb.gov.tr\/*"
            ],
            "js": [
                "scripts\/hesapla.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}