Dragon Go Server -Indicator
Indicator of games waiting at http://www.dragongoserver.net
O que é Dragon Go Server -Indicator?
Dragon Go Server -Indicator é uma extensão do Chrome desenvolvida por Tuomas Huhtanen, e sua principal característica é "Indicator of games waiting at http://www.dragongoserver.net".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dragon Go Server -Indicator
Baixe arquivos de extensão Dragon Go Server -Indicator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Dragon Go Server -Indicator |
ID | kpkjongldpaobepmohogkopdfeikghea |
URL Oficial | https://chromewebstore.google.com/detail/dragon-go-server-indicato/kpkjongldpaobepmohogkopdfeikghea |
Descrição | Indicator of games waiting at http://www.dragongoserver.net |
Tamanho do Arquivo | 92.29 KB |
Contagem de Instalações | 118 |
Versão Atual | 1.0.12 |
Última Atualização | 2014-01-27 |
Data de Publicação | 2014-01-27 |
Classificação | 4.56/5 Total de 9 Avaliações |
Desenvolvedor | Tuomas Huhtanen |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |