Lectio Plus

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

Cos'è Lectio Plus?

Lectio Plus è un'estensione di Chrome sviluppata da Kresten Laust, e la sua funzione principale è "Lectio Plus tilføjer nye funktioner, bl.a. auto-login, til Lectio.dk".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lectio Plus

Scarica i file di estensione Lectio Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lectio Plus Lectio Plus
ID cnmbjibjcppkmmhankefdilkgfhdkfff
URL Ufficiale https://chromewebstore.google.com/detail/lectio-plus/cnmbjibjcppkmmhankefdilkgfhdkfff
Descrizione Lectio Plus tilføjer nye funktioner, bl.a. auto-login, til Lectio.dk
Dimensione del File 124 KB
Conteggio Installazioni 250
Versione Corrente 1.3.1
Ultimo Aggiornamento 2019-10-30
Data di Pubblicazione 2019-10-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Kresten Laust
Tipo di Pagamento free
Lingue Supportate 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"
    }
}