Super Kulasis
Add some functions to 'KULASIS' which is the site of Kyoto University.
Vad är Super Kulasis?
Super Kulasis är en Chrome-tillägg utvecklad av Copynight, och dess huvudfunktion är "Add some functions to 'KULASIS' which is the site of Kyoto University.".
Tilläggsskärmbilder
Ladda ner Super Kulasis-förlängningens CRX-fil
Ladda ner Super Kulasis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
京都大学の学生用ポータルサイトKULASISを便利にする。
Grundläggande Information om Tillägg
Namn | Super Kulasis |
ID | hempgddfenloopgmglgoelbndmcebbbn |
Officiell webbadress | https://chromewebstore.google.com/detail/super-kulasis/hempgddfenloopgmglgoelbndmcebbbn |
Beskrivning | Add some functions to 'KULASIS' which is the site of Kyoto University. |
Filstorlek | 50.06 KB |
Antal Installationer | 903 |
Aktuell Version | 1.8 |
Senast Uppdaterad | 2022-09-24 |
Publiceringsdatum | 2022-03-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Copynight |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://copynight.net/SuperKulasis |
Stödda Språk | 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\/*" ] } |