OGS Notifier
Notifications from Online-Go Server (online-go.com)
Cos'è OGS Notifier?
OGS Notifier è un'estensione di Chrome sviluppata da Clark B. Wierda, e la sua funzione principale è "Notifications from Online-Go Server (online-go.com)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OGS Notifier
Scarica i file di estensione OGS Notifier 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
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | fcoiihedkoepncejhcojgooljcflgpki | 
| URL Ufficiale | https://chromewebstore.google.com/detail/ogs-notifier/fcoiihedkoepncejhcojgooljcflgpki | 
| Descrizione | Notifications from Online-Go Server (online-go.com) | 
| Dimensione del File | 38.51 KB | 
| Conteggio Installazioni | 310 | 
| Versione Corrente | 1.0.0 | 
| Ultimo Aggiornamento | 2016-05-22 | 
| Data di Pubblicazione | 2016-05-22 | 
| Valutazione | 3.86/5 Totale 7 Valutazioni | 
| Sviluppatore | Clark B. Wierda | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://traveller42.github.io/ogs-notifier/ | 
| Lingue Supportate | 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"
    }
}  |  |