Online-go.com Notifications
Shows how many games waiting for you
Wat is Online-go.com Notifications?
Online-go.com Notifications is een Chrome-extensie ontwikkeld door Alexander Hasselbach, en de belangrijkste functie is "Shows how many games waiting for you".
Download het CRX-bestand van de extensie Online-go.com Notifications
Download Online-go.com Notifications-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
Adds OGS icons with inforamtion about current active games: * how many active games * how many games is waiting for your reaction You need to be authenticated at online-go.com for this extension is working.
Basisinformatie over de Extensie
Naam | Online-go.com Notifications |
ID | npjhhihdmebkcbdahkpgpemfijpmdojb |
Officiële URL | https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb |
Beschrijving | Shows how many games waiting for you |
Bestandsgrootte | 364 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2016-10-18 |
Publicatiedatum | 2016-10-18 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Alexander Hasselbach |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 2, "default_locale": "en", "version": "1.1.0", "background": { "scripts": [ "javascript\/background.js" ], "persistent": false }, "permissions": [ "notifications", "https:\/\/online-go.com\/" ], "browser_action": { "default_icon": { "16": "images\/ogs-16.png", "32": "images\/ogs-32.png", "48": "images\/ogs-48.png", "64": "images\/ogs-64.png", "128": "images\/ogs-128.png" }, "default_title": "__MSG_title__" }, "icons": { "16": "images\/ogs-16.png", "32": "images\/ogs-32.png", "48": "images\/ogs-48.png", "64": "images\/ogs-64.png" } } |