kookmin university home
Meet Kookmin University's mobile homepage on Google Chrome/Edge!
Cos'è kookmin university home?
kookmin university home è un'estensione di Chrome sviluppata da minwook-shin, e la sua funzione principale è "Meet Kookmin University's mobile homepage on Google Chrome/Edge!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione kookmin university home
Scarica i file di estensione kookmin university home 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
Kookmin University's mobile homepage in Google Chrome!
function
* You can access Kookmin University site such as school introduction, announcement, school events, school schedule, library place inquiry, restaurant menu, campus information, k-card, e-mail.
* You can search for articles in "국민대 대신 전해드립니다" (power by 국대전 검색기)
(Kookmin University Unofficial Chrome App made by kookmin univ students.)
Open Source Guide: This app is a GPL license and does not offer any form of warranty on the product.
Please refer to the application's settings for details! Informazioni di Base sull'Estensione
| Nome | |
| ID | hcpfdokjdppdoogbpdahjonekohhcagm |
| URL Ufficiale | https://chromewebstore.google.com/detail/kookmin-university-home/hcpfdokjdppdoogbpdahjonekohhcagm |
| Descrizione | Meet Kookmin University's mobile homepage on Google Chrome/Edge! |
| Dimensione del File | 122 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 1.80 stable |
| Ultimo Aggiornamento | 2020-12-15 |
| Data di Pubblicazione | 2017-03-19 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | minwook-shin |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/minwook-shin |
| URL della Pagina di Aiuto | https://github.com/minwook-shin/kookmin-university-home/issues |
| Lingue Supportate | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "minwook-shin",
"manifest_version": 2,
"default_locale": "ko",
"name": "__MSG_extension_name__",
"short_name": "__MSG_extension_sname__",
"description": "__MSG_extension_desc__",
"version": "1.80",
"version_name": "1.80 stable",
"browser_action": {
"default_icon": "symbol_color.png",
"default_popup": "popup.html"
},
"icons": {
"128": "symbol_color.png"
},
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"background": {
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kookmin-university-home\/hcpfdokjdppdoogbpdahjonekohhcagm"
}
} | |