GAlarm
Garoonのイベントを通知します
What is GAlarm?
GAlarm is a Chrome extension developed by namutaka, and its main feature is "Garoonのイベントを通知します".
Extension Screenshots
Download GAlarm Extension CRX File
Download GAlarm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 初版公開
Extension Basic Information
Name | GAlarm |
ID | eljagngkckkbhchibaabifmkockobhko |
Official URL | https://chromewebstore.google.com/detail/galarm/eljagngkckkbhchibaabifmkockobhko |
Description | Garoonのイベントを通知します |
File Size | 133 KB |
Installation Count | 31 |
Current Version | 1.5 |
Last Updated | 2016-02-18 |
Publish Date | 2016-02-18 |
Developer | namutaka |
Payment Type | free |
Supported Languages | 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" ] } } |