Super Kulasis

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

Wat is Super Kulasis?

Super Kulasis is een Chrome-extensie ontwikkeld door Copynight, en de belangrijkste functie is "Add some functions to 'KULASIS' which is the site of Kyoto University.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Super Kulasis

Download Super Kulasis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Super Kulasis Super Kulasis
ID hempgddfenloopgmglgoelbndmcebbbn
Officiële URL https://chromewebstore.google.com/detail/super-kulasis/hempgddfenloopgmglgoelbndmcebbbn
Beschrijving Add some functions to 'KULASIS' which is the site of Kyoto University.
Bestandsgrootte 50.06 KB
Aantal Installaties 903
Huidige Versie 1.8
Laatst Bijgewerkt 2022-09-24
Publicatiedatum 2022-03-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Copynight
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://copynight.net/SuperKulasis
Ondersteunde Talen 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\/*"
    ]
}