OGS Notifier
Notifications from Online-Go Server (online-go.com)
Qu'est-ce que OGS Notifier ?
OGS Notifier est une extension Chrome développée par Clark B. Wierda, et sa fonction principale est "Notifications from Online-Go Server (online-go.com)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OGS Notifier
Téléchargez les fichiers d'extension OGS Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OGS Notifier |
ID | fcoiihedkoepncejhcojgooljcflgpki |
URL Officiel | https://chromewebstore.google.com/detail/ogs-notifier/fcoiihedkoepncejhcojgooljcflgpki |
Description | Notifications from Online-Go Server (online-go.com) |
Taille du Fichier | 38.51 KB |
Nombre d'Installations | 310 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-05-22 |
Date de Publication | 2016-05-22 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | Clark B. Wierda |
Type de Paiement | free |
Site Web de l'Extension | http://traveller42.github.io/ogs-notifier/ |
Langues Prises en Charge | 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" } } |