Lectio Improver

Tilføjer tonsvis af nye funktioner til Lectio og giver Lectio en tiltrængt makeover!

Lectio Improver란 무엇입니까?

Lectio Improver은(는) Bogoe (Benjamin Bogø)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tilføjer tonsvis af nye funktioner til Lectio og giver Lectio en tiltrængt makeover!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Lectio Improver 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        OBS: Lectio Improver ophører i januar 2023.
OBS: KAN KUN BRUGES AF ELEVER PÅ LECTIO!

Lectio's nye opgradering! Vælg mellem tre forskellige måder at bruge Lectio Improver på (se billeder).

Features (Nyt interface):
- Autologin*
- Vælg dit eget tema
- Smart opgaveliste*
- Spørgeskemafilter
- Vægtet karaktergennemsnit*
- Level-system
- Download alle filer*
- Drag and drop upload
- Multifraværsårsag*
- Besked-, dokument-, opgave- og skema-notifikationer
- Indbyggede opgave-beskeder
- Genvejstaster og selvvalgte genveje
OG MEGET MERE!
* Også tilgængelig i Forbedret udseende og Normalt Lectio.

Se alle features på https://bogoe.eu/lectio-improver/                    

확장 프로그램 기본 정보

이름 Lectio Improver Lectio Improver
ID djkphpcfokkaambflpeamhidhkkaiekb
공식 URL https://chromewebstore.google.com/detail/lectio-improver/djkphpcfokkaambflpeamhidhkkaiekb
설명 Tilføjer tonsvis af nye funktioner til Lectio og giver Lectio en tiltrængt makeover!
파일 크기 733 KB
설치 횟수 2,362
현재 버전 3.8.6.4
최근 업데이트 2022-09-01
출시 날짜 2020-01-27
평점 4.77/5 총 22 개의 평점
개발자 Bogoe (Benjamin Bogø)
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bogoe.eu/lectio-improver/
도움말 페이지 URL https://bogoe.eu/lectio-improver/help/
개인정보 보호 정책 페이지 URL https://bogoe.eu/lectio-improver/terms
지원되는 언어 da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lectio Improver",
    "version": "3.8.6.4",
    "description": "Tilf\u00f8jer tonsvis af nye funktioner til Lectio og giver Lectio en tiltr\u00e6ngt makeover!",
    "icons": {
        "128": "img\/icon128.png"
    },
    "author": "Bogoe",
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/bogoe.js",
            "lib\/lectio.js",
            "lib\/chrome.js",
            "js\/vars.js",
            "js\/functions.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "40": "img\/icon40.png"
        },
        "default_title": "Lectio Improver"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lectio.dk\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.lectio.dk\/*\/default.aspx*",
                "https:\/\/www.lectio.dk\/*\/forside.aspx",
                "https:\/\/www.lectio.dk\/*\/integration\/postback\/googledrive.aspx*",
                "https:\/\/www.lectio.dk\/*\/login.aspx*"
            ],
            "css": [
                "css\/all.min.css",
                "css\/fontawesome-all.min.css"
            ],
            "js": [
                "lib\/bogoe.js",
                "lib\/lectio.js",
                "lib\/chrome.js",
                "js\/vars.js",
                "js\/xhr.js",
                "js\/functions.js",
                "pages\/all.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.lectio.dk\/*\/default.aspx*",
                "https:\/\/www.lectio.dk\/*\/login.aspx*"
            ],
            "css": [
                "css\/all.min.css",
                "css\/fontawesome-all.min.css"
            ],
            "js": [
                "lib\/bogoe.js",
                "lib\/lectio.js",
                "lib\/chrome.js",
                "js\/vars.js",
                "js\/functions.js",
                "pages\/autologin.js",
                "pages\/all.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.lectio.dk\/*\/forside.aspx"
            ],
            "css": [
                "css\/css.min.css",
                "css\/fontawesome-all.min.css"
            ],
            "js": [
                "lib\/bogoe.js",
                "lib\/lectio.js",
                "lib\/chrome.js",
                "js\/vars.js",
                "js\/controller.js",
                "js\/xhr.js",
                "js\/functions.js",
                "js\/events.js",
                "pages\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.lectio.dk\/*\/integration\/postback\/googledrive.aspx*"
            ],
            "js": [
                "pages\/drive.js"
            ]
        }
    ],
    "optional_permissions": [
        "downloads",
        "notifications"
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "https:\/\/www.lectio.dk\/*",
        "https:\/\/lectio.bogoe.eu\/*"
    ],
    "short_name": "Lectio Improver",
    "web_accessible_resources": [
        "css\/*min.css",
        "data\/*min.json",
        "debug\/*",
        "img\/*",
        "vendor\/*"
    ]
}