Super Kulasis

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

什么是Super Kulasis?

Super Kulasis是由Copynight开发的Chrome扩展程序,该扩展的主要功能是“Add some functions to 'KULASIS' which is the site of Kyoto University.”。

扩展截图

screenshot

下载Super Kulasis扩展crx文件

下载Super Kulasis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Super Kulasis Super Kulasis
ID hempgddfenloopgmglgoelbndmcebbbn
官方URL https://chromewebstore.google.com/detail/super-kulasis/hempgddfenloopgmglgoelbndmcebbbn
简介 Add some functions to 'KULASIS' which is the site of Kyoto University.
文件大小 50.06 KB
安装次数 903
当前版本 1.8
更新时间 2022-09-24
上架时间 2022-03-11
评分 5.00/5 共1次评分
开发者 Copynight
电子邮箱 [email protected]
付费类型 free
扩展官网 https://copynight.net/SuperKulasis
支持的语言 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\/*"
    ]
}