Super Kulasis

Add some functions to 'KULASIS' which is the site of Kyoto University.

What is Super Kulasis?

Super Kulasis is a Chrome extension developed by Copynight, and its main feature is "Add some functions to 'KULASIS' which is the site of Kyoto University.".

Extension Screenshots

screenshot

Download Super Kulasis Extension CRX File

Download Super Kulasis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        京都大学の学生用ポータルサイトKULASISを便利にする。                    

Extension Basic Information

Name Super Kulasis Super Kulasis
ID hempgddfenloopgmglgoelbndmcebbbn
Official URL https://chromewebstore.google.com/detail/super-kulasis/hempgddfenloopgmglgoelbndmcebbbn
Description Add some functions to 'KULASIS' which is the site of Kyoto University.
File Size 50.06 KB
Installation Count 903
Current Version 1.8
Last Updated 2022-09-24
Publish Date 2022-03-11
Rating 5.00/5 Total 1 Ratings
Developer Copynight
Email [email protected]
Payment Type free
Extension Website https://copynight.net/SuperKulasis
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Super Kulasis",
    "version": "1.8",
    "description": "Add some functions to 'KULASIS' which is the site of Kyoto University.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.k.kyoto-u.ac.jp\/student\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "script.js",
                "jquery-3.6.0.min.js",
                "XML\/evaluation.js",
                "XML\/professor.js",
                "XML\/rate.js",
                "XML\/notice.js",
                "DOM\/slideMenu.js",
                "DOM\/transpose.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.k.kyoto-u.ac.jp\/student\/*"
    ]
}