OGS Notifier

Notifications from Online-Go Server (online-go.com)

OGS Notifierคืออะไร?

OGS Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clark B. Wierda และคุณลักษณะหลักของมันคือ "Notifications from Online-Go Server (online-go.com)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OGS Notifier

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

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

                        Extension reports number of games waiting for user on OGS, Online Go Server (online-go.com) Browser must be logged into a valid account on OGS to work.

Clicking icon will take you directly to OGS in a new tab.                    

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

ชื่อ OGS Notifier OGS Notifier
ID fcoiihedkoepncejhcojgooljcflgpki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ogs-notifier/fcoiihedkoepncejhcojgooljcflgpki
คำอธิบาย Notifications from Online-Go Server (online-go.com)
ขนาดไฟล์ 38.51 KB
จำนวนการติดตั้ง 310
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-05-22
วันที่เผยแพร่ 2016-05-22
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Clark B. Wierda
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://traveller42.github.io/ogs-notifier/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OGS Notifier",
    "description": "Notifications from Online-Go Server (online-go.com)",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/online-go.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon_60.png"
    }
}