Lectio Plus

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

Lectio Plus là gì?

Lectio Plus là một tiện ích mở rộng Chrome được phát triển bởi Kresten Laust, và tính năng chính của nó là "Lectio Plus tilføjer nye funktioner, bl.a. auto-login, til Lectio.dk".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Lectio Plus 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

                        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.                    

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

Tên Lectio Plus Lectio Plus
ID cnmbjibjcppkmmhankefdilkgfhdkfff
URL Chính Thức https://chromewebstore.google.com/detail/lectio-plus/cnmbjibjcppkmmhankefdilkgfhdkfff
Mô tả Lectio Plus tilføjer nye funktioner, bl.a. auto-login, til Lectio.dk
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 250
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2019-10-30
Ngày Phát Hành 2019-10-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kresten Laust
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}