Dragon Go Server -Indicator
Indicator of games waiting at http://www.dragongoserver.net
Dragon Go Server -Indicatorとは何ですか?
Dragon Go Server -IndicatorはTuomas Huhtanenによって開発されたChromeの拡張機能で、その主な機能は「Indicator of games waiting at http://www.dragongoserver.net」です。
拡張機能のスクリーンショット
Dragon Go Server -Indicator拡張機能のCRXファイルをダウンロード
Dragon Go Server -Indicator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Indicator of games waiting at http://www.dragongoserver.net Polls periodically the server and shows the number of waiting games in the icon. When new games are observed, a desktop notification is fired. The notifications can be turned off and the polling period can be configured. A popup showing links to the games is shown when the icon is clicked. The extension does not save credentials to dragongoserver.net, indicator shows the waiting games only if the user has a valid session at dragongoserver.net (I.e logged in to dragongoserver.net with the browser).
拡張機能の基本情報
名前 | Dragon Go Server -Indicator |
ID | kpkjongldpaobepmohogkopdfeikghea |
公式URL | https://chromewebstore.google.com/detail/dragon-go-server-indicato/kpkjongldpaobepmohogkopdfeikghea |
説明 | Indicator of games waiting at http://www.dragongoserver.net |
ファイルサイズ | 92.29 KB |
インストール数 | 118 |
現在のバージョン | 1.0.12 |
最終更新日 | 2014-01-27 |
公開日 | 2014-01-27 |
評価 | 4.56/5 合計 9 レビュー |
開発者 | Tuomas Huhtanen |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dragon Go Server -Indicator", "version": "1.0.12", "icons": { "48": "icon.png", "128": "icon_128.png" }, "description": "Indicator of games waiting at http:\/\/www.dragongoserver.net", "background": { "scripts": [ "jquery-1.7.1.js", "scripts.js", "init.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs", "http:\/\/www.dragongoserver.net\/*" ], "options_page": "options.html" } |