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)”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |