Super Kulasis

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

Super Kulasis là gì?

Super Kulasis là một tiện ích mở rộng Chrome được phát triển bởi Copynight, và tính năng chính của nó là "Add some functions to 'KULASIS' which is the site of Kyoto University.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Kulasis

Tải xuống các tệp mở rộng Super Kulasis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Kulasis Super Kulasis
ID hempgddfenloopgmglgoelbndmcebbbn
URL Chính Thức https://chromewebstore.google.com/detail/super-kulasis/hempgddfenloopgmglgoelbndmcebbbn
Mô tả Add some functions to 'KULASIS' which is the site of Kyoto University.
Kích Thước Tệp 50.06 KB
Số Lần Cài Đặt 903
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2022-09-24
Ngày Phát Hành 2022-03-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Copynight
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://copynight.net/SuperKulasis
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}