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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}