Dragon Go Server -Indicator
Indicator of games waiting at http://www.dragongoserver.net
Qu'est-ce que Dragon Go Server -Indicator ?
Dragon Go Server -Indicator est une extension Chrome développée par Tuomas Huhtanen, et sa fonction principale est "Indicator of games waiting at http://www.dragongoserver.net".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dragon Go Server -Indicator
Téléchargez les fichiers d'extension Dragon Go Server -Indicator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Dragon Go Server -Indicator |
ID | kpkjongldpaobepmohogkopdfeikghea |
URL Officiel | https://chromewebstore.google.com/detail/dragon-go-server-indicato/kpkjongldpaobepmohogkopdfeikghea |
Description | Indicator of games waiting at http://www.dragongoserver.net |
Taille du Fichier | 92.29 KB |
Nombre d'Installations | 118 |
Version Actuelle | 1.0.12 |
Dernière Mise à Jour | 2014-01-27 |
Date de Publication | 2014-01-27 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | Tuomas Huhtanen |
Type de Paiement | free |
Langues Prises en Charge | 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" } |