OGS Notifier
Notifications from Online-Go Server (online-go.com)
OGS Notifierとは何ですか?
OGS NotifierはClark B. Wierdaによって開発されたChromeの拡張機能で、その主な機能は「Notifications from Online-Go Server (online-go.com)」です。
拡張機能のスクリーンショット
OGS Notifier拡張機能のCRXファイルをダウンロード
OGS Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension reports number of games waiting for user on OGS, Online Go Server (online-go.com) Browser must be logged into a valid account on OGS to work. Clicking icon will take you directly to OGS in a new tab.
拡張機能の基本情報
名前 | OGS Notifier |
ID | fcoiihedkoepncejhcojgooljcflgpki |
公式URL | https://chromewebstore.google.com/detail/ogs-notifier/fcoiihedkoepncejhcojgooljcflgpki |
説明 | Notifications from Online-Go Server (online-go.com) |
ファイルサイズ | 38.51 KB |
インストール数 | 310 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-05-22 |
公開日 | 2016-05-22 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | Clark B. Wierda |
支払い方法 | free |
拡張機能のウェブサイト | http://traveller42.github.io/ogs-notifier/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OGS Notifier", "description": "Notifications from Online-Go Server (online-go.com)", "version": "1.0.0", "manifest_version": 2, "permissions": [ "https:\/\/online-go.com\/*" ], "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "icon_60.png" } } |