kookmin university home

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

Qu'est-ce que kookmin university home ?

kookmin university home est une extension Chrome développée par minwook-shin, et sa fonction principale est "Meet Kookmin University's mobile homepage on Google Chrome/Edge!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension kookmin university home

Téléchargez les fichiers d'extension kookmin university home au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom kookmin university home kookmin university home
ID hcpfdokjdppdoogbpdahjonekohhcagm
URL Officiel https://chromewebstore.google.com/detail/kookmin-university-home/hcpfdokjdppdoogbpdahjonekohhcagm
Description Meet Kookmin University's mobile homepage on Google Chrome/Edge!
Taille du Fichier 122 KB
Nombre d'Installations 32
Version Actuelle 1.80 stable
Dernière Mise à Jour 2020-12-15
Date de Publication 2017-03-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur minwook-shin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/minwook-shin
URL de la Page d'Aide https://github.com/minwook-shin/kookmin-university-home/issues
Langues Prises en Charge 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"
    }
}