Lectio Improver

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

Lectio Improver क्या है?

Lectio Improver Bogoe (Benjamin Bogø) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tilføjer tonsvis af nye funktioner til Lectio og giver Lectio en tiltrængt makeover!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lectio Improver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}