Dragon Go Server -Indicator
Indicator of games waiting at http://www.dragongoserver.net
Dragon Go Server -Indicator क्या है?
Dragon Go Server -Indicator Tuomas Huhtanen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Indicator of games waiting at http://www.dragongoserver.net"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dragon Go Server -Indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |