Online-go.com Notifications
Shows how many games waiting for you
Cos'è Online-go.com Notifications?
Online-go.com Notifications è un'estensione di Chrome sviluppata da Alexander Hasselbach, e la sua funzione principale è "Shows how many games waiting for you".
Scarica il file CRX dell'estensione Online-go.com Notifications
Scarica i file di estensione Online-go.com Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | npjhhihdmebkcbdahkpgpemfijpmdojb | 
| URL Ufficiale | https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb | 
| Descrizione | Shows how many games waiting for you | 
| Dimensione del File | 364 KB | 
| Conteggio Installazioni | 37 | 
| Versione Corrente | 1.1.0 | 
| Ultimo Aggiornamento | 2016-10-18 | 
| Data di Pubblicazione | 2016-10-18 | 
| Valutazione | 4.75/5 Totale 4 Valutazioni | 
| Sviluppatore | Alexander Hasselbach | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    }
}  |  |