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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}