OGS Notifier
Notifications from Online-Go Server (online-go.com)
What is OGS Notifier?
OGS Notifier is a Chrome extension developed by Clark B. Wierda, and its main feature is "Notifications from Online-Go Server (online-go.com)".
Extension Screenshots
Download OGS Notifier Extension CRX File
Download OGS Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | OGS Notifier |
ID | fcoiihedkoepncejhcojgooljcflgpki |
Official URL | https://chromewebstore.google.com/detail/ogs-notifier/fcoiihedkoepncejhcojgooljcflgpki |
Description | Notifications from Online-Go Server (online-go.com) |
File Size | 38.51 KB |
Installation Count | 310 |
Current Version | 1.0.0 |
Last Updated | 2016-05-22 |
Publish Date | 2016-05-22 |
Rating | 3.86/5 Total 7 Ratings |
Developer | Clark B. Wierda |
Payment Type | free |
Extension Website | http://traveller42.github.io/ogs-notifier/ |
Supported Languages | 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" } } |