Lectio Plus

Lectio Plus tilføjer nye funktioner, bl.a. auto-login, til Lectio.dk

Lectio Plus क्या है?

Lectio Plus Kresten Laust द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lectio Plus tilføjer nye funktioner, bl.a. auto-login, til Lectio.dk"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Lectio Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        NYT! Profilbillede skjuler, Comic Sans og dark mode er nu tilgængelig.

Fikset en fejl hvor login-knappen bliver spammet.

Bemærk: For at få auto login til at fungere SKAL du gemme dine login oplysninger i Chrome(tryk på 'Gem adgangskode' når den spørger)

Lectio Plus tilføjer funktionaliteter som auto-login og profilbillede skjuler.
Flere funktioner vil komme i fremtiden.

Hvis du har nogle forslag eller fejlanmeldelser så er du velkommen til at enten skrive til mig på [email protected] eller lave en anmeldelse.                    

एक्सटेंशन की मूल जानकारी

नाम Lectio Plus Lectio Plus
ID cnmbjibjcppkmmhankefdilkgfhdkfff
आधिकारिक URL https://chromewebstore.google.com/detail/lectio-plus/cnmbjibjcppkmmhankefdilkgfhdkfff
विवरण Lectio Plus tilføjer nye funktioner, bl.a. auto-login, til Lectio.dk
फ़ाइल का आकार 124 KB
स्थापना संख्या 250
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2019-10-30
प्रकाशन तिथि 2019-10-30
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Kresten Laust
भुगतान के प्रकार free
समर्थित भाषाएँ da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lectio Plus",
    "short_name": "Lectio+",
    "version": "1.3.1",
    "description": "Lectio Plus tilf\u00f8jer nye funktioner, bl.a. auto-login, til Lectio.dk",
    "author": "Kresten Laust",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "*:\/\/lectio.dk\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.lectio.dk\/*"
            ],
            "js": [
                "main.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/lectio\/*\/SkemaNy.aspx*"
            ],
            "js": [
                "jquery-3.4.1.js",
                "post_load.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/*"
            ],
            "js": [
                "pre_load.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "lectio ikon.png"
        }
    },
    "icons": {
        "16": "lectio ikon.png"
    }
}