LMS+

Erweitert LMS.at um einige hilfreiche Funktionen

LMS+ là gì?

LMS+ là một tiện ích mở rộng Chrome được phát triển bởi Oliver Fida, và tính năng chính của nó là "Erweitert LMS.at um einige hilfreiche Funktionen".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LMS+

Tải xuống các tệp mở rộng LMS+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        LMS+ ist eine Google Chrome Erweiterung, welche die österreichische Schulplattform LMS.at um praktische Features und die einen oder anderen Insider und JFF-Funktionen erweitert.

Aktuelle Features Sind:
Entfernen Unnützer Elemente
Neue Icons
Notenschnitt-Rechner (mit Ausnahmen & Zielschnitt)
Abgegebene Aufgaben ausblendbar
Hervorhebung Dringender Aufgaben (selbst einstellbar)
Erweiterte Beurteilung (Beta Feature)

JFF-Features:
Happy Raimund                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LMS+ LMS+
ID pgabbcjpbfoceahikkbhbdfhehkehboi
URL Chính Thức https://chromewebstore.google.com/detail/lms+/pgabbcjpbfoceahikkbhbdfhehkehboi
Mô tả Erweitert LMS.at um einige hilfreiche Funktionen
Kích Thước Tệp 185 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 2.4.6
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2022-06-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Oliver Fida
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://unrekt.at/lmsplus
URL Trang Chính Sách Bảo Mật https://unrekt.at/lmsplus/datenschutzerklaerung_de.pdf
Ngôn Ngữ Được Hỗ Trợ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LMS+",
    "description": "Erweitert LMS.at um einige hilfreiche Funktionen",
    "version": "2.4.6",
    "manifest_version": 3,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "122.0"
        },
        "gecko_android": {
            "id": "[email protected]",
            "strict_min_version": "122.0"
        }
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "64": "assets\/icon_64.png",
        "128": "assets\/icon_128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/haider.jpeg",
                "assets\/binder.jpeg",
                "assets\/happy_raimund.jpg",
                "assets\/favicon.ico",
                "assets\/logo.svg"
            ],
            "matches": [
                "https:\/\/lms.at\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/base.js",
                "js\/assets\/aufgaben.js",
                "js\/assets\/noten.js",
                "js\/assets\/symbols.js",
                "js\/features\/extDesign.js",
                "js\/features\/aufgaben\/dringendeAufgaben.js",
                "js\/features\/aufgaben\/happyRaimund.js",
                "js\/features\/aufgaben\/hideDoneAufgaben.js",
                "js\/features\/noten\/notenSchnitt.js",
                "js\/features\/noten\/erweiterteBeurteilung.js",
                "js\/features\/symbols\/customSymbols.js",
                "js\/customFeatures\/demoMode.js",
                "js\/customFeatures\/stoeckl.js",
                "js\/customFeatures\/traurig.js",
                "js\/customFeatures\/antiFetzn.js",
                "js\/customFeatures\/gaiswinkler.js",
                "js\/customFeatures\/lga.js",
                "js\/customFeatures\/lga\/edwin.js",
                "js\/customFeatures\/lga\/edwin\/schedule.js",
                "js\/index.js"
            ],
            "css": [
                "css\/base.css",
                "css\/features\/notenSchnitt.css",
                "css\/features\/hideDoneAufgaben.css",
                "css\/features\/dringendeAufgaben.css",
                "css\/features\/happyRaimund.css",
                "css\/features\/erweiterteBeurteilung.css",
                "css\/customFeatures\/stoeckl.css",
                "css\/customFeatures\/traurig.css",
                "css\/customFeatures\/antiFetzn.css",
                "css\/customFeatures\/lga\/edwin\/schedule.css"
            ],
            "matches": [
                "https:\/\/lms.at\/*"
            ],
            "run_at": "document_end"
        }
    ]
}