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
Eメール [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\/*"
    ]
}