OGS Notifier

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

Что такое OGS Notifier?

OGS Notifier - это расширение Chrome, разработанное Clark B. Wierda, и его основная функция - "Notifications from Online-Go Server (online-go.com)".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения OGS Notifier

Скачайте файлы расширений OGS Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название OGS Notifier OGS Notifier
ID fcoiihedkoepncejhcojgooljcflgpki
Официальный URL https://chromewebstore.google.com/detail/ogs-notifier/fcoiihedkoepncejhcojgooljcflgpki
Описание Notifications from Online-Go Server (online-go.com)
Размер файла 38.51 KB
Количество установок 310
Текущая Версия 1.0.0
Последнее Обновление 2016-05-22
Дата публикации 2016-05-22
Рейтинг 3.86/5 Всего 7 оценок
Разработчик Clark B. Wierda
Тип оплаты free
Официальный сайт расширения http://traveller42.github.io/ogs-notifier/
Поддерживаемые языки 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"
    }
}