kulasis-happy-background

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

Cos'è kulasis-happy-background?

kulasis-happy-background è un'estensione di Chrome sviluppata da pastak, e la sua funzione principale è "京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione kulasis-happy-background

Scarica i file di estensione kulasis-happy-background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

========
version infomation

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

ver 0.6.1 
   shareボタンを追加。                    

Informazioni di Base sull'Estensione

Nome kulasis-happy-background kulasis-happy-background
ID fgplfclebdkbigdpleobaoedlkkclidn
URL Ufficiale https://chromewebstore.google.com/detail/kulasis-happy-background/fgplfclebdkbigdpleobaoedlkkclidn
Descrizione 京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…
Dimensione del File 71.14 KB
Conteggio Installazioni 41
Versione Corrente 0.6.7
Ultimo Aggiornamento 2016-01-21
Data di Pubblicazione 2016-01-21
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore pastak
Tipo di Pagamento free
Lingue Supportate 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
}