GAlarm

Garoonのイベントを通知します

Qu'est-ce que GAlarm ?

GAlarm est une extension Chrome développée par namutaka, et sa fonction principale est "Garoonのイベントを通知します".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GAlarm

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

                        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
初版公開                    

Informations de Base sur l'Extension

Nom GAlarm GAlarm
ID eljagngkckkbhchibaabifmkockobhko
URL Officiel https://chromewebstore.google.com/detail/galarm/eljagngkckkbhchibaabifmkockobhko
Description Garoonのイベントを通知します
Taille du Fichier 133 KB
Nombre d'Installations 31
Version Actuelle 1.5
Dernière Mise à Jour 2016-02-18
Date de Publication 2016-02-18
Développeur namutaka
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}