BetterKyberna
Vylepšení školního systému kyberny.
Cos'è BetterKyberna?
BetterKyberna è un'estensione di Chrome sviluppata da Ondřej Pacovský, e la sua funzione principale è "Vylepšení školního systému kyberny.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BetterKyberna
Scarica i file di estensione BetterKyberna in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | BetterKyberna |
ID | kijnnlfacdflcnfjklmkkhhfokcdmlim |
URL Ufficiale | https://chromewebstore.google.com/detail/betterkyberna/kijnnlfacdflcnfjklmkkhhfokcdmlim |
Descrizione | Vylepšení školního systému kyberny. |
Dimensione del File | 200 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2024-02-26 |
Data di Pubblicazione | 2023-03-14 |
Valutazione | 5.00/5 Totale 11 Valutazioni |
Sviluppatore | Ondřej Pacovský |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ondrejpacovsky.cz/projects/ssakhk |
URL della Pagina della Politica sulla Privacy | https://ondrejpacovsky.cz/projects/ssakhk/privacy-policy |
Lingue Supportate | 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" ] } ] } |