GAlarm
Garoonのイベントを通知します
Wat is GAlarm?
GAlarm is een Chrome-extensie ontwikkeld door namutaka, en de belangrijkste functie is "Garoonのイベントを通知します".
Extensie Screenshots
Download het CRX-bestand van de extensie GAlarm
Download GAlarm-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
Garoonの当日のイベントを通知します。
■インストール
アプリインストール後にオプション画面が開くので、
利用しているGaroonのURLを設定してください。
■履歴
v1.5 2016/02/18
通知機能をWeb Notificationに変更
しつこく通知を行うモードを追加
イベントページの表示をポップアップでも行えるモードを追加
v1.4 2015/07/05
Garoon 4.0.2のsoap apiからイベント情報を取得する方式に変更
v1.3 2013/12/05
細かいバグを修正
v1.2 2013/11/24
初版公開 Basisinformatie over de Extensie
| Naam | |
| ID | eljagngkckkbhchibaabifmkockobhko |
| Officiële URL | https://chromewebstore.google.com/detail/galarm/eljagngkckkbhchibaabifmkockobhko |
| Beschrijving | Garoonのイベントを通知します |
| Bestandsgrootte | 133 KB |
| Aantal Installaties | 31 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2016-02-18 |
| Publicatiedatum | 2016-02-18 |
| Ontwikkelaar | namutaka |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GAlarm",
"description": "Garoon\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u901a\u77e5\u3057\u307e\u3059",
"version": "1.5",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"alarms",
"notifications",
"webNavigation",
"*:\/\/*\/*"
],
"options_page": "options.html",
"background": {
"persistent": false,
"scripts": [
"jquery-2.0.3-mod.js",
"jquery.soap.js",
"date-utils.min.js",
"common.js",
"background.js"
]
}
} | |