kulasis-happy-background

京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…

What is kulasis-happy-background?

kulasis-happy-background is a Chrome extension developed by pastak, and its main feature is "京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…".

Extension Screenshots

screenshot

Download kulasis-happy-background Extension CRX File

Download kulasis-happy-background 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

                        京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。

========
version infomation

ver 0.6.2
   レポート画像ページで選択ボックスが表示されないように変更

ver 0.6.1 
   shareボタンを追加。                    

Extension Basic Information

Name kulasis-happy-background kulasis-happy-background
ID fgplfclebdkbigdpleobaoedlkkclidn
Official URL https://chromewebstore.google.com/detail/kulasis-happy-background/fgplfclebdkbigdpleobaoedlkkclidn
Description 京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…
File Size 71.14 KB
Installation Count 41
Current Version 0.6.7
Last Updated 2016-01-21
Publish Date 2016-01-21
Rating 4.29/5 Total 7 Ratings
Developer pastak
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kulasis-happy-background",
    "version": "0.6.7",
    "background": {
        "scripts": [
            "background\/eventPage.js"
        ],
        "persistent": false
    },
    "options_page": "option\/option.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.k.kyoto-u.ac.jp\/student\/*",
                "https:\/\/www.k.kyoto-u.ac.jp\/teacher\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*\/report_attachment?no=*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon.png"
    },
    "manifest_version": 2
}