Super Kulasis

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

Super Kulasisคืออะไร?

Super Kulasis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Copynight และคุณลักษณะหลักของมันคือ "Add some functions to 'KULASIS' which is the site of Kyoto University."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Kulasis

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}