OGS Notifier
Notifications from Online-Go Server (online-go.com)
Wat is OGS Notifier?
OGS Notifier is een Chrome-extensie ontwikkeld door Clark B. Wierda, en de belangrijkste functie is "Notifications from Online-Go Server (online-go.com)".
Extensie Screenshots
Download het CRX-bestand van de extensie OGS Notifier
Download OGS Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | OGS Notifier |
ID | fcoiihedkoepncejhcojgooljcflgpki |
Officiële URL | https://chromewebstore.google.com/detail/ogs-notifier/fcoiihedkoepncejhcojgooljcflgpki |
Beschrijving | Notifications from Online-Go Server (online-go.com) |
Bestandsgrootte | 38.51 KB |
Aantal Installaties | 310 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-05-22 |
Publicatiedatum | 2016-05-22 |
Beoordeling | 3.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Clark B. Wierda |
Betalingswijze | free |
Extensiewebsite | http://traveller42.github.io/ogs-notifier/ |
Ondersteunde Talen | 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" } } |