K.I.T. Calendar

Kanazawa Insutitute Of Technology -Unofficial-

What is K.I.T. Calendar?

K.I.T. Calendar is a Chrome extension developed by KIES, and its main feature is "Kanazawa Insutitute Of Technology -Unofficial-".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download K.I.T. Calendar Extension CRX File

Download K.I.T. Calendar 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

                        K.I.Tools                    

Extension Basic Information

Name K.I.T. Calendar K.I.T. Calendar
ID gomopbblpljlcpohemgckafbifhmmejn
Official URL 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-
File Size 518 KB
Installation Count 12
Current Version 0.1.0
Last Updated 2014-06-07
Publish Date 2014-06-07
Rating 1.00/5 Total 1 Ratings
Developer KIES
Payment Type free
Help Page URL https://github.com/tknhs/K.I.Tools/issues
Supported Languages 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"
}