Super Kulasis
Add some functions to 'KULASIS' which is the site of Kyoto University.
Apa itu Super Kulasis?
Super Kulasis adalah ekstensi Chrome yang dikembangkan oleh Copynight, dan fitur utamanya adalah "Add some functions to 'KULASIS' which is the site of Kyoto University.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Super Kulasis
Unduh file ekstensi Super Kulasis dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
京都大学の学生用ポータルサイトKULASISを便利にする。
Informasi Dasar Ekstensi
Nama | Super Kulasis |
ID | hempgddfenloopgmglgoelbndmcebbbn |
URL Resmi | https://chromewebstore.google.com/detail/super-kulasis/hempgddfenloopgmglgoelbndmcebbbn |
Deskripsi | Add some functions to 'KULASIS' which is the site of Kyoto University. |
Ukuran File | 50.06 KB |
Jumlah Instalasi | 903 |
Versi Saat Ini | 1.8 |
Terakhir Diperbarui | 2022-09-24 |
Tanggal Publikasi | 2022-03-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Copynight |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://copynight.net/SuperKulasis |
Bahasa yang Didukung | 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\/*" ] } |