Dragon Go Server -Indicator
Indicator of games waiting at http://www.dragongoserver.net
Dragon Go Server -Indicator là gì?
Dragon Go Server -Indicator là một tiện ích mở rộng Chrome được phát triển bởi Tuomas Huhtanen, và tính năng chính của nó là "Indicator of games waiting at http://www.dragongoserver.net".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dragon Go Server -Indicator
Tải xuống các tệp mở rộng Dragon Go Server -Indicator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dragon Go Server -Indicator |
ID | kpkjongldpaobepmohogkopdfeikghea |
URL Chính Thức | https://chromewebstore.google.com/detail/dragon-go-server-indicato/kpkjongldpaobepmohogkopdfeikghea |
Mô tả | Indicator of games waiting at http://www.dragongoserver.net |
Kích Thước Tệp | 92.29 KB |
Số Lần Cài Đặt | 118 |
Phiên Bản Hiện Tại | 1.0.12 |
Cập Nhật Lần Cuối | 2014-01-27 |
Ngày Phát Hành | 2014-01-27 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Tuomas Huhtanen |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |