Online-go.com Notifications

Shows how many games waiting for you

Online-go.com Notificationsคืออะไร?

Online-go.com Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexander Hasselbach และคุณลักษณะหลักของมันคือ "Shows how many games waiting for you"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online-go.com Notifications

ดาวน์โหลดไฟล์ส่วนขยาย Online-go.com Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Adds OGS icons with inforamtion about current active games:
* how many active games
* how many games is waiting for your reaction

You need to be authenticated at online-go.com for this extension is working.                    

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

ชื่อ Online-go.com Notifications Online-go.com Notifications
ID npjhhihdmebkcbdahkpgpemfijpmdojb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb
คำอธิบาย Shows how many games waiting for you
ขนาดไฟล์ 364 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-10-18
วันที่เผยแพร่ 2016-10-18
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Alexander Hasselbach
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "https:\/\/online-go.com\/"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/ogs-16.png",
            "32": "images\/ogs-32.png",
            "48": "images\/ogs-48.png",
            "64": "images\/ogs-64.png",
            "128": "images\/ogs-128.png"
        },
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/ogs-16.png",
        "32": "images\/ogs-32.png",
        "48": "images\/ogs-48.png",
        "64": "images\/ogs-64.png"
    }
}