kookmin university home
Meet Kookmin University's mobile homepage on Google Chrome/Edge!
kookmin university homeとは何ですか?
kookmin university homeはminwook-shinによって開発されたChromeの拡張機能で、その主な機能は「Meet Kookmin University's mobile homepage on Google Chrome/Edge!」です。
拡張機能のスクリーンショット
kookmin university home拡張機能のCRXファイルをダウンロード
kookmin university home拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| ID | hcpfdokjdppdoogbpdahjonekohhcagm |
| 公式URL | https://chromewebstore.google.com/detail/kookmin-university-home/hcpfdokjdppdoogbpdahjonekohhcagm |
| 説明 | Meet Kookmin University's mobile homepage on Google Chrome/Edge! |
| ファイルサイズ | 122 KB |
| インストール数 | 32 |
| 現在のバージョン | 1.80 stable |
| 最終更新日 | 2020-12-15 |
| 公開日 | 2017-03-19 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | minwook-shin |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/minwook-shin |
| ヘルプページのURL | https://github.com/minwook-shin/kookmin-university-home/issues |
| 対応言語 | 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"
}
} | |