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" } |