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