kookmin university home

Meet Kookmin University's mobile homepage on Google Chrome/Edge!

What is kookmin university home?

kookmin university home is a Chrome extension developed by minwook-shin, and its main feature is "Meet Kookmin University's mobile homepage on Google Chrome/Edge!".

Extension Screenshots

screenshot

Download kookmin university home Extension CRX File

Download kookmin university home extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name kookmin university home kookmin university home
ID hcpfdokjdppdoogbpdahjonekohhcagm
Official URL https://chromewebstore.google.com/detail/kookmin-university-home/hcpfdokjdppdoogbpdahjonekohhcagm
Description Meet Kookmin University's mobile homepage on Google Chrome/Edge!
File Size 122 KB
Installation Count 32
Current Version 1.80 stable
Last Updated 2020-12-15
Publish Date 2017-03-19
Rating 5.00/5 Total 2 Ratings
Developer minwook-shin
Email [email protected]
Payment Type free
Extension Website https://github.com/minwook-shin
Help Page URL https://github.com/minwook-shin/kookmin-university-home/issues
Supported Languages 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"
    }
}