K.I.T. Calendar

Kanazawa Insutitute Of Technology -Unofficial-

Qu'est-ce que K.I.T. Calendar ?

K.I.T. Calendar est une extension Chrome développée par KIES, et sa fonction principale est "Kanazawa Insutitute Of Technology -Unofficial-".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension K.I.T. Calendar

Téléchargez les fichiers d'extension K.I.T. Calendar 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

                        K.I.Tools                    

Informations de Base sur l'Extension

Nom K.I.T. Calendar K.I.T. Calendar
ID gomopbblpljlcpohemgckafbifhmmejn
URL Officiel https://chrome.google.com/webstore/detail/kit-%E3%82%AB%E3%83%AC%E3%83%B3%E3%83%80%E3%83%BC/gomopbblpljlcpohemgckafbifhmmejn
Description Kanazawa Insutitute Of Technology -Unofficial-
Taille du Fichier 518 KB
Nombre d'Installations 12
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-06-07
Date de Publication 2014-06-07
Évaluation 1.00/5 Total 1 Évaluations
Développeur KIES
Type de Paiement free
URL de la Page d'Aide https://github.com/tknhs/K.I.Tools/issues
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "ja",
    "name": "__MSG_extName__",
    "version": "0.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/github.com\/tknhs\/K.I.Tools",
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "48": "assets\/icon\/icon48.png",
        "128": "assets\/icon\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/portal10.mars.kanazawa-it.ac.jp\/",
        "https:\/\/ras.kanazawa-it.ac.jp\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/portal10.mars.kanazawa-it.ac.jp\/portal\/student",
                "https:\/\/ras.kanazawa-it.ac.jp\/portal\/,DanaInfo=portal10.mars.kanazawa-it.ac.jp+student"
            ],
            "js": [
                "assets\/js\/lib\/jquery.min.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/accounts.google.com\/o\/oauth2\/*"
            ],
            "js": [
                "assets\/js\/gcalapi.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "assets\/js\/lib\/jquery.min.js",
            "assets\/js\/lib\/underscore.min.js",
            "assets\/js\/background.js"
        ]
    },
    "options_page": "options.html"
}