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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |