kulasis-happy-background

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

Qu'est-ce que kulasis-happy-background ?

kulasis-happy-background est une extension Chrome développée par pastak, et sa fonction principale est "京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension kulasis-happy-background

Téléchargez les fichiers d'extension kulasis-happy-background 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

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

========
version infomation

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

ver 0.6.1 
   shareボタンを追加。                    

Informations de Base sur l'Extension

Nom kulasis-happy-background kulasis-happy-background
ID fgplfclebdkbigdpleobaoedlkkclidn
URL Officiel https://chromewebstore.google.com/detail/kulasis-happy-background/fgplfclebdkbigdpleobaoedlkkclidn
Description 京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…
Taille du Fichier 71.14 KB
Nombre d'Installations 41
Version Actuelle 0.6.7
Dernière Mise à Jour 2016-01-21
Date de Publication 2016-01-21
Évaluation 4.29/5 Total 7 Évaluations
Développeur pastak
Type de Paiement free
Langues Prises en Charge 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
}