Dragon Go Server -Indicator
Indicator of games waiting at http://www.dragongoserver.net
Τι είναι το Dragon Go Server -Indicator;
Το Dragon Go Server -Indicator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tuomas Huhtanen, και η κύρια λειτουργία του είναι "Indicator of games waiting at http://www.dragongoserver.net".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dragon Go Server -Indicator
Λήψη αρχείων επέκτασης 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" } |