Diablo III Server Status

Show and notify the status of the server of Diablo III

Diablo III Server Status란 무엇입니까?

Diablo III Server Status은(는) APHIX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show and notify the status of the server of Diablo III"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Diablo III Server Status 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - The status are about server and Auction House.
- Supported multilanguage. ( right click over the icon -> options)
- Refresh the status every 1 minute by default. ( You can choose other frequency in minutes)( right click over the icon -> options).
- Alert the status of the server that you choose.
- The information is taken from the official website of blizzard server status: http://eu.battle.net/d3/en/status.
- Diablo3™ is a registered trademark of BLIZZARD ENTERTAINMENT, INC. This chrome extension is not affiliated BLIZZARD ENTERTAINMENT, INC. in any way.
- The Source Code of the extension is now at GitHub https://github.com/Aphix-Labs/Diablo-Chrome-Extension                    

확장 프로그램 기본 정보

이름 Diablo III Server Status Diablo III Server Status
ID mpiocogpenlopnoeibcegpepnoggijck
공식 URL https://chromewebstore.google.com/detail/diablo-iii-server-status/mpiocogpenlopnoeibcegpepnoggijck
설명 Show and notify the status of the server of Diablo III
파일 크기 135 KB
설치 횟수 1,693
현재 버전 0.91
최근 업데이트 2013-01-07
출시 날짜 2013-01-07
평점 4.24/5 총 49 개의 평점
개발자 APHIX
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Diablo III Server Status",
    "version": "0.91",
    "manifest_version": 2,
    "description": "Show and notify the status of the server of Diablo III",
    "homepage_url": "https:\/\/github.com\/Aphix-Labs\/Diablo-Chrome-Extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.8.3.min.js",
            "src\/bg\/background.js"
        ]
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icondiablo3.png",
        "default_title": "Diablo III Server Status",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/eu.battle.net\/d3\/*",
        "http:\/\/us.battle.net\/d3\/*",
        "http:\/\/kr.battle.net\/d3\/*",
        "http:\/\/tw.battle.net\/d3\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "icons\/icondiablo3.png"
    ]
}