OGS Notifier

Notifications from Online-Go Server (online-go.com)

O que é OGS Notifier?

OGS Notifier é uma extensão do Chrome desenvolvida por Clark B. Wierda, e sua principal característica é "Notifications from Online-Go Server (online-go.com)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OGS Notifier

Baixe arquivos de extensão OGS Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome OGS Notifier OGS Notifier
ID fcoiihedkoepncejhcojgooljcflgpki
URL Oficial https://chromewebstore.google.com/detail/ogs-notifier/fcoiihedkoepncejhcojgooljcflgpki
Descrição Notifications from Online-Go Server (online-go.com)
Tamanho do Arquivo 38.51 KB
Contagem de Instalações 310
Versão Atual 1.0.0
Última Atualização 2016-05-22
Data de Publicação 2016-05-22
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor Clark B. Wierda
Tipo de Pagamento free
Site da Extensão http://traveller42.github.io/ogs-notifier/
Idiomas Suportados 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"
    }
}