Online-go.com Notifications
Shows how many games waiting for you
Vad är Online-go.com Notifications?
Online-go.com Notifications är en Chrome-tillägg utvecklad av Alexander Hasselbach, och dess huvudfunktion är "Shows how many games waiting for you".
Ladda ner Online-go.com Notifications-förlängningens CRX-fil
Ladda ner Online-go.com Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Online-go.com Notifications |
ID | npjhhihdmebkcbdahkpgpemfijpmdojb |
Officiell webbadress | https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb |
Beskrivning | Shows how many games waiting for you |
Filstorlek | 364 KB |
Antal Installationer | 37 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2016-10-18 |
Publiceringsdatum | 2016-10-18 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | Alexander Hasselbach |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |