Lectio modern

Update Lectio to 2020 and customize for your needs.

Lectio modernคืออะไร?

Lectio modern เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rasmus Lauridsen และคุณลักษณะหลักของมันคือ "Update Lectio to 2020 and customize for your needs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lectio modern

ดาวน์โหลดไฟล์ส่วนขยาย Lectio modern ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Change the awful layout of Lectio to a more modern, colorful design like Lectio plus! Plus a bunch of awesome features - all made for making you day easier. 
Best of all, you can enable each feature separately.

Feature requests and bug reports are welcome at: [email protected]

Features include:
  * Modern UI 
  * Separated awaiting and done assignments
  * Better overview of schedule
  * Custom background color or image
  * Search for school
  * Auto login
  * Hide profile picture
  * Hide surveys
  * Hide top row of schedule
  * Auto forward to your school

Upcoming features:
  * Games in Lectio
  * Custom color for each subject





Version changes:
1.8.1
Updated to work with Lectio update per June 2020 (Lectio changed several attributes on their platform)

1.8
Removed hotkey f to return to front page. It caused trouble.

1.7
New option: Hide all surveys
Made messages readable even if background makes them unreadable
Made background image load much faster
Remove profile picture completely
Minor bug fixes

1.6.2
Hotfix of errors in background image

1.6
Remove the headers on schedule
Fixed white corner on boxes
Minor fixes in schedule 

1.5 
Separated awaiting and done assignments
Fixed background bug

1.4
Custom background color or image
Turn off the extension
Explanation of School ID
Hotkey "F" to main page
Fixed login bug

1.3
Added auto forward.
Minor fixes.
Removed code made for test purposes. 

1.2
Redesigned interface for the extension. 
Fixed bug in auto login.

1.1
Fixed several issues. 
Bug fixes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lectio modern Lectio modern
ID fienlljibbhlbmebpcndemfpglgkafbh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lectio-modern/fienlljibbhlbmebpcndemfpglgkafbh
คำอธิบาย Update Lectio to 2020 and customize for your needs.
ขนาดไฟล์ 1.33 MB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.8.1
อัปเดตครั้งล่าสุด 2022-09-07
วันที่เผยแพร่ 2020-06-19
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rasmus Lauridsen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lectio.rasmuslauridsen.dk/
URL หน้าช่วยเหลือ https://lectio.rasmuslauridsen.dk/
ภาษาที่รองรับ da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lectio modern",
    "version": "1.8.1",
    "description": "Update Lectio to 2020 and customize for your needs.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "unlimitedStorage",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/beta\/16.png",
            "32": "img\/beta\/32.png",
            "48": "img\/beta\/48.png",
            "128": "img\/beta\/128.png"
        }
    },
    "icons": {
        "16": "img\/beta\/16.png",
        "32": "img\/beta\/32.png",
        "48": "img\/beta\/48.png",
        "128": "img\/beta\/128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.lectio.dk\/"
            ],
            "js": [
                "jQuery.js",
                "lectioIndex.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/lectio*"
            ],
            "js": [
                "jQuery.js",
                "lectioGeneral.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.lectio.dk\/lectio\/login_list.aspx*"
            ],
            "js": [
                "jQuery.js",
                "lectioIndex.js",
                "lectioSchoolList.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/lectio\/*\/forside.aspx*"
            ],
            "js": [
                "jQuery.js",
                "lectioForside.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/lectio\/*\/SkemaNy.aspx*"
            ],
            "js": [
                "jQuery.js",
                "lectioSkema.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/lectio\/*\/login.aspx*"
            ],
            "js": [
                "jQuery.js",
                "lectioLogin.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/lectio\/*\/OpgaverElev.aspx*"
            ],
            "js": [
                "jQuery.js",
                "lectioOpgaver.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/lectio\/681\/DokumentOversigt.aspx*"
            ],
            "js": [
                "jQuery.js",
                "lectioDocuments.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/www.lectio.dk\/lectio\/*\/beskeder2.aspx*"
            ],
            "js": [
                "jQuery.js",
                "lectioMessages.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "popup.css",
        "options.css",
        "switch.css",
        "lectioGeneral.css",
        "lectioIndex.css",
        "lectioForside.css",
        "lectioSkema.css",
        "lectioMessages.css",
        "general.css",
        "hideImage.css",
        "hideHeaders.css",
        "hideSurveys.css"
    ]
}