Diablo 3 (tm) Toolbox

Diablo 3 Status Checker and Feed Reader

Diablo 3 (tm) Toolboxคืออะไร?

Diablo 3 (tm) Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan Hueg และคุณลักษณะหลักของมันคือ "Diablo 3 Status Checker and Feed Reader"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Diablo 3 (tm) Toolbox

ดาวน์โหลดไฟล์ส่วนขยาย Diablo 3 (tm) Toolbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to centrally view all Diablo 3-related information at one place. Here is a feature overview:

-Check the server status (Game, Gold, RMAH, Hardcore)
-Display Game-Login Messages
-Notification when the server goes online (after being offline)
-Blizzard Customer Support Tweets
-diablofans.com News Reader
-Popup upon new Game Login messages (optional)
-Support for all three regions (America, Europe, Asia)
-German and English

The extension will ask you for access to Battle.net, Twitter and diablofans.com. This is only to check the server status, tweets and latest news feeds. Nothing else. There are no external servers involved (everything runs in your browser rather than via a server) and no statistical data are collected.

In conclusion: Nothing is transmitted at all.

Changelog
1.0.6.2:
-FIXED: Server status was not working anymore

1.0.6.1:
-Twitter API Update

1.0.6:
-minor and major bugfixes
-works with Canary Build now
-redesigned the option page (better extendable)
-Danish translation (thanks Michael Jakobsen)
-Swedish translation (thanks Christian Berg)
-Possibility to deactivate certain feeds

1.0.5:
-small bugfixes
-Chrome 18 is now required
-Date format extended

1.0.4:
-added the option to display a notification whenever the server went offline and reappears online again
-bugfixing                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Diablo 3 (tm) Toolbox Diablo 3 (tm) Toolbox
ID jdgfidddcehboihddlggjiiakhbpanpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/diablo-3-tm-toolbox/jdgfidddcehboihddlggjiiakhbpanpf
คำอธิบาย Diablo 3 Status Checker and Feed Reader
ขนาดไฟล์ 374 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.6.2
อัปเดตครั้งล่าสุด 2013-02-25
วันที่เผยแพร่ 2013-02-24
คะแนน 4.24/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Stefan Hueg
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.codengine.de
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.6.2",
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "browser_action": {
        "default_icon": "img\/canvas.png",
        "default_title": "Diablo 3 (tm) Toolbox",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/d3_16.png",
        "32": "img\/d3.png",
        "128": "img\/d3_128.png",
        "48": "img\/d3_48.png"
    },
    "permissions": [
        "notifications",
        "http:\/\/*.battle.net\/*",
        "http:\/\/*.diablofans.com\/*",
        "https:\/\/api.twitter.com\/*"
    ],
    "web_accessible_resources": [
        "img\/server_up.png",
        "img\/d3.png"
    ],
    "offline_enabled": false,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}