Dragon Go Server -Indicator

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

Dragon Go Server -Indicatorคืออะไร?

Dragon Go Server -Indicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tuomas Huhtanen และคุณลักษณะหลักของมันคือ "Indicator of games waiting at http://www.dragongoserver.net"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dragon Go Server -Indicator

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}