Dragon Go Server -Indicator

Indicator of games waiting at http://www.dragongoserver.net

什麼是Dragon Go Server -Indicator?

Dragon Go Server -Indicator是由Tuomas Huhtanen開發的Chrome擴展程式,該擴展的主要功能是“Indicator of games waiting at http://www.dragongoserver.net”。

擴展截圖

screenshot

下載Dragon Go Server -Indicator擴展crx文件

下載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 Dragon Go Server -Indicator
ID kpkjongldpaobepmohogkopdfeikghea
官方網址 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"
}