Online-go.com Notifications

Shows how many games waiting for you

什么是Online-go.com Notifications?

Online-go.com Notifications是由Alexander Hasselbach开发的Chrome扩展程序,该扩展的主要功能是“Shows how many games waiting for you”。

下载Online-go.com Notifications扩展crx文件

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