BetterKyberna
Vylepšení školního systému kyberny.
Was ist BetterKyberna?
BetterKyberna ist eine Chrome-Erweiterung, die von Ondřej Pacovský entwickelt wurde, und ihr Hauptmerkmal ist "Vylepšení školního systému kyberny.".
Erweiterungsscreenshots
BetterKyberna-Erweiterungs-CRX-Datei herunterladen
Laden Sie BetterKyberna-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Rozšíření pro školní systém kyberny, který změní tématiku na tmavou, aby Vám nebyly vypáleny oči jako při csku :D Rozšíření je normálnímu člověku k ničemu, využije ho pouze student naší školy. #kyberna, #ssakhk #ssak
Grundlegende Informationen zur Erweiterung
Name | BetterKyberna |
ID | kijnnlfacdflcnfjklmkkhhfokcdmlim |
Offizielle URL | https://chromewebstore.google.com/detail/betterkyberna/kijnnlfacdflcnfjklmkkhhfokcdmlim |
Beschreibung | Vylepšení školního systému kyberny. |
Dateigröße | 200 KB |
Installationsanzahl | 63 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2024-02-26 |
Veröffentlichungsdatum | 2023-03-14 |
Bewertung | 5.00/5 Insgesamt 11 Bewertungen |
Entwickler | Ondřej Pacovský |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ondrejpacovsky.cz/projects/ssakhk |
URL der Datenschutzrichtlinien-Seite | https://ondrejpacovsky.cz/projects/ssakhk/privacy-policy |
Unterstützte Sprachen | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterKyberna", "description": "Vylep\u0161en\u00ed \u0161koln\u00edho syst\u00e9mu kyberny.", "version": "1.1.1", "manifest_version": 3, "icons": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "author": "Ond\u0159ej Pacovsk\u00fd", "content_scripts": [ { "matches": [ "https:\/\/sis.ssakhk.cz\/*" ], "css": [ "css\/all.css" ], "js": [ "js\/titles.js" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/News*" ], "css": [ "css\/News.css" ], "js": [ "js\/News.js" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Classification\/Student*" ], "css": [ "css\/Classification.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Attendance*" ], "css": [ "css\/Attendance.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Absent*" ], "css": [ "css\/Absent.css" ], "js": [ "js\/Absent.js" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Work\/List\/*" ], "css": [ "css\/Work.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/TimeTable\/School*" ], "css": [ "css\/TimeTable.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Finance\/Info*" ], "css": [ "css\/Finance.css" ], "js": [ "js\/Finance.js" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/ResitExam\/Index*" ], "css": [ "css\/ResitExam.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Document\/List*" ], "css": [ "css\/Document.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Election\/Project*" ], "css": [ "css\/Project.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Election\/Subject\/*" ], "css": [ "css\/Subject.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Account\/UserProfile*" ], "css": [ "css\/UserProfile.css" ], "js": [ "js\/UserProfile.js" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Account\/UserProfile?adUserName=*" ], "css": [ "css\/UserProfile.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Account\/Login?ReturnUrl=%2FAccount%2FChangePassword" ], "css": [ "css\/ChangePassword.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Account\/Login*" ], "css": [ "css\/Login.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Account\/Login\/*" ], "css": [ "css\/Login.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Account\/Login?*" ], "css": [ "css\/Login.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/TimeTable\/PersonalNew*" ], "css": [ "css\/PersonalNew.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Absent\/My*" ], "css": [ "css\/Absent.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Certificate\/Extract*" ], "css": [ "css\/Certificate.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Document\/List\/Archive*" ], "css": [ "css\/Document-List-Archive.css" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Account\/ChangePassword*" ], "css": [ "css\/ChangePassword.css" ] }, { "matches": [ "https:\/\/idp.kyberna.cz\/*" ], "css": [ "css\/idp.css" ], "js": [ "js\/idp.js" ] }, { "matches": [ "https:\/\/sis.ssakhk.cz\/Account\/EduroamProfile\/*" ], "css": [ "css\/EduroamProfile.css" ] } ] } |