kulasis-happy-background
京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…
Wat is kulasis-happy-background?
kulasis-happy-background is een Chrome-extensie ontwikkeld door pastak, en de belangrijkste functie is "京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver…".
Extensie Screenshots
Download het CRX-bestand van de extensie kulasis-happy-background
Download kulasis-happy-background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。
========
version infomation
ver 0.6.2
レポート画像ページで選択ボックスが表示されないように変更
ver 0.6.1
shareボタンを追加。 Basisinformatie over de Extensie
| Naam | |
| ID | fgplfclebdkbigdpleobaoedlkkclidn |
| Officiële URL | https://chromewebstore.google.com/detail/kulasis-happy-background/fgplfclebdkbigdpleobaoedlkkclidn |
| Beschrijving | 京都大学の教務管理システムKULASISに背景画像を設定するためのGoogle Chrome拡張です。 ======== version infomation ver 0.6.2 レポート画像ページで選択ボックスが表示されないように変更 ver… |
| Bestandsgrootte | 71.14 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 0.6.7 |
| Laatst Bijgewerkt | 2016-01-21 |
| Publicatiedatum | 2016-01-21 |
| Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | pastak |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |