OGS Notifier

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

什麼是OGS Notifier?

OGS Notifier是由Clark B. Wierda開發的Chrome擴展程式,該擴展的主要功能是“Notifications from Online-Go Server (online-go.com)”。

擴展截圖

screenshot

下載OGS Notifier擴展crx文件

下載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
官方網址 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"
    }
}