Nupjuk!

KLMS. Redesigned.

Nupjuk! क्या है?

Nupjuk! https://gunh.ee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "KLMS. Redesigned."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension adds several useful features to KLMS(KAIST Learning Management System).

- Customize seconds to jump when watching VODs. Press Alt or ⌥ together to perform long jump. Modified from the predecessor: KLMS VOD Controller.
- Choose from numerous color themes: Orange, mint, olive, teal, cobalt, wine, chocolate and steel. 
- Dark mode ready.  Use it 24/7, or just make it dark automatically at night.
- Replace bitmap icons with identical vector icons.
- Skip the welcome page, directly to the login page.
- Set week to ALL when entering lecture rooms. Press ↵ to scroll to current week.
- Hide red circle when 0 notifications.                    

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

नाम Nupjuk! Nupjuk!
ID jholkhoploepkmjddgnnhlbmokmjcoim
आधिकारिक URL https://chromewebstore.google.com/detail/nupjuk/jholkhoploepkmjddgnnhlbmokmjcoim
विवरण KLMS. Redesigned.
फ़ाइल का आकार 181 KB
स्थापना संख्या 1,382
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2022-08-28
प्रकाशन तिथि 2020-10-16
रेटिंग 5.00/5 कुल 20 रेटिंग्स
डेवलपर https://gunh.ee
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nupjuk!",
    "version": "2.3.0",
    "manifest_version": 3,
    "description": "KLMS. Redesigned.",
    "homepage_url": "https:\/\/github.com\/GunheeYi\/nupjuk",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "shared.js",
                "before.js"
            ],
            "matches": [
                "http:\/\/iam2.kaist.ac.kr\/*",
                "https:\/\/iam2.kaist.ac.kr\/*",
                "http:\/\/klms.kaist.ac.kr\/*",
                "https:\/\/klms.kaist.ac.kr\/*",
                "http:\/\/cais.kaist.ac.kr\/*",
                "https:\/\/cais.kaist.ac.kr\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "after.js"
            ],
            "matches": [
                "http:\/\/iam2.kaist.ac.kr\/*",
                "https:\/\/iam2.kaist.ac.kr\/*",
                "http:\/\/klms.kaist.ac.kr\/*",
                "https:\/\/klms.kaist.ac.kr\/*",
                "http:\/\/cais.kaist.ac.kr\/*",
                "https:\/\/cais.kaist.ac.kr\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "download.js"
            ],
            "matches": [
                "http:\/\/klms.kaist.ac.kr\/mod\/resource\/view.php*",
                "https:\/\/klms.kaist.ac.kr\/mod\/resource\/view.php*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/nupjuk16.png",
            "48": "img\/nupjuk48.png",
            "128": "img\/nupjuk128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/nupjuk16.png",
        "48": "img\/nupjuk48.png",
        "128": "img\/nupjuk128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap.bundle.min.js",
                "bootstrap.min.css",
                "jquery-3.5.1.slim.min.js",
                "memo.html",
                "img\/announcement.svg",
                "img\/announcement_white.svg",
                "img\/assignment.svg",
                "img\/bell.svg",
                "img\/clock.svg",
                "img\/calendar.svg",
                "img\/calendar_white.svg",
                "img\/home.svg",
                "img\/home_white.svg",
                "img\/library.svg",
                "img\/library_white.svg",
                "img\/menu.svg",
                "img\/qna.svg",
                "img\/qna_white.svg",
                "img\/quiz.svg",
                "img\/select_white.svg",
                "img\/select_gray.svg",
                "img\/select_gray_reversed.svg",
                "img\/select_black.svg",
                "img\/video.svg",
                "img\/lock.svg",
                "img\/disk.svg",
                "img\/answer.svg",
                "img\/star.svg",
                "img\/download.svg",
                "img\/pdf.svg",
                "img\/folder.svg",
                "img\/word.svg",
                "img\/excel.svg",
                "img\/powerpoint.svg",
                "img\/video.svg",
                "img\/audio.svg",
                "img\/excel.svg",
                "img\/word.svg",
                "img\/powerpoint.svg",
                "img\/image.svg",
                "img\/text.svg",
                "img\/link.svg",
                "img\/board.svg",
                "img\/board_white.svg",
                "img\/new.svg",
                "img\/updated.svg",
                "img\/printer.svg",
                "img\/email.svg",
                "img\/github.svg",
                "img\/instagram.svg",
                "img\/file.svg",
                "img\/zip.svg",
                "img\/unknown.svg",
                "img\/warning.svg",
                "img\/icon_m_plus_light.svg",
                "img\/icon_m_plus_dark.svg",
                "img\/forum.svg",
                "img\/checkbox.svg",
                "img\/zoom.svg",
                "img\/turnitin.svg",
                "img\/peer_review.svg",
                "img\/live_action.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/iam2.kaist.ac.kr\/*",
        "https:\/\/iam2.kaist.ac.kr\/*",
        "http:\/\/klms.kaist.ac.kr\/*",
        "https:\/\/klms.kaist.ac.kr\/*",
        "http:\/\/cais.kaist.ac.kr\/*",
        "https:\/\/cais.kaist.ac.kr\/*"
    ]
}